MySQL更新表中数据

通用代码:

update 

  表名

set 

     字段名= null

  ,字段名=''

where 筛选条件[不加where条件,会对表中所有数据进行更新]

posted @ 2021-11-03 09:25  蚍蜉也要撼树  阅读(84)  评论(0)    收藏  举报