测试程序的时候产生了一些空白行(null),删除它们的方法是:

在新建查询里面写入SQL语句:

delete from 表名
where 字段1 is null
         and 字段2 isnull

 

相关文章:

  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2021-05-27
  • 2021-12-15
猜你喜欢
  • 2021-12-27
  • 2021-09-27
  • 2021-05-21
  • 2021-05-18
  • 2021-12-15
相关资源
相似解决方案