select * from table where a is not null 会把有内容的和内容为空的都查出来
而select * from table where a != '' 只会把有内容的查出来

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
猜你喜欢
  • 2022-12-23
  • 2021-10-09
  • 2022-12-23
  • 2021-11-23
  • 2021-08-01
  • 2022-12-23
  • 2021-08-19
相关资源
相似解决方案