sql删除表中某字段下为空的数据

xiaoxiao2021-02-28  93

delete from 表名 where 字段名 is null; delete from 表名 where 字段名='';
转载请注明原文地址: https://www.6miu.com/read-77466.html

最新回复(0)