标签:
update 表名 set [列名]=‘值‘ where [列名] =‘值‘
update 表名 set name = replace(name,‘星‘,‘★‘) where age > 19
必须会的SQL语句(四)删除和更新
原文地址:http://www.cnblogs.com/mcad/p/4194786.html