update yanan set name=name+right(phone,4) where id=56
其中right(phone,4)是截取手机号后四位,left是从左开始截取。name=name+''就是字符串拼接。sqlserver没有concat函数