MySQL中怎么单独为一列为null赋值,
2 回答
已采纳
qq_梦中虔诚_03693510
TA贡献1条经验 获得超0个赞
update 表名 set 字段名 =“新值”where id in(select id from 表名 where 字段名=null)
添加回答
举报
0/150
提交
取消