2024年10月09日 建站教程
如何利用mysql语法删除指定表中指定字段中所有空数据,下面web建站小编给大家简单介绍一下语法:
具体实现代码如下:
delete from `表名` where post_content=' ' or post_content is null; //post_content是字段名,如何字段为空或null全部删掉
本文链接:http://so.lmcjl.com/news/14981/