利用DISTINCT,但是需要使用COUNT(column) 而不是SUM(1)

SELECT count(DISTINCT  case is_not_exit when true then enterprise_id end)  from table_a

 

相关文章:

  • 2022-02-25
  • 2021-07-16
  • 2021-05-18
  • 2022-12-23
  • 2021-10-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案