1、两个统计量的减法:

select
(select count(*) from defect)-(select count(*) from defect where cljg like '%合格%' and cljg not like '%不合格%') as count
from dual 

相关文章:

  • 2022-01-17
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
  • 2021-10-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2021-11-12
  • 2022-02-18
  • 2022-12-23
相关资源
相似解决方案