例如:
update news set keywords=title where keywords=”
下面解释一下:
update 表名 set 被更新字段=取内容字段 where keywords=”
最后的where keywords=”是条件,keywords为空时才更新
例如:
update news set keywords=title where keywords=”
下面解释一下:
update 表名 set 被更新字段=取内容字段 where keywords=”
最后的where keywords=”是条件,keywords为空时才更新