修改列数据

update table_name

set 列名=‘值’,列名=‘值’,...

where 条件

#replace用法

replace(str,str1,str2)#若字符串str中存在str1子字符串,则用str2子字符串代替