假如表A有一列,名字为“Age”,有些行对应的Age为NULL,如果要删除这些行,使用一下语句:

delete from A where Age is null;

相关文章:

  • 2021-12-09
  • 2021-11-14
  • 2022-12-23
  • 2021-06-17
  • 2021-10-29
  • 2022-02-02
  • 2022-12-23
猜你喜欢
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
  • 2022-01-06
相关资源
相似解决方案