sql语句 update 字段=字段+字符串时间:2024-01-11 22:57:32 update aa set name=concat('x',name) SELECT OWNER,phone ,COUNT(fc_hc) as c from tb_p GROUP BY fc_hc HAVING c >1 ;