select TC_OD_SD_NAME,TC_OD_DR_NAME ,count(distinct TC_RX_NO) 总张数,count(distinct(case when TC_OD_SD_NAME like '%儿科%' then TC_RX_NO else null end)) 儿科处方数
from TB_OD_PRESCRIPTION

 

相关文章:

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