在SQL中修改某字段的部分值

update AA set aa = replace(aa,'1234','规范') where aa like '%1234%'
posted @ 2015-06-19 11:26  嫣然美  阅读(259)  评论(0)    收藏  举报