替換字符串

update tableName set columnName=replace(columnName,'1','k') where id>10;