想要删除表中某一字段为空的记录,这样的语句怎么写?delete from table where name=""没有作用

ninefive 2004-04-05 02:57:26
想要删除表中某一字段为空的记录,这样的语句怎么写?delete from table where name=""没有作用
select * from table where name=""也查不出来记录
试过where name=''和where name=null都不好用
请问正确的写法应该怎么写?
谢谢!
...全文
242 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
godnoloveihavelove 2004-04-05
  • 打赏
  • 举报
回复
delete from table where name is null
zxqinlvm 2004-04-05
  • 打赏
  • 举报
回复
delete from table where name is null
changechange 2004-04-05
  • 打赏
  • 举报
回复
select * from table where name is null

7,714

社区成员

发帖
与我相关
我的任务
社区描述
Microsoft Office Access是由微软发布的关系数据库管理系统。它结合了 MicrosoftJet Database Engine 和 图形用户界面两项特点。
社区管理员
  • Access
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧