码迷,mamicode.com
首页 > 数据库 > 详细

记录mysql语句

时间:2020-03-30 15:51:06      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:mysql语句   group by   bin   sql   nbsp   bsp   from   bind   count   

查询每个验方中15,20,30克药的个数

select bindmcode,count(IF(mqty=15,true,null)),count(IF(mqty=20,true,null)),count(IF(mqty=30,true,null))from hb_constitute
where bindmcode like ‘YF%‘
group by bindmcode

 

记录mysql语句

标签:mysql语句   group by   bin   sql   nbsp   bsp   from   bind   count   

原文地址:https://www.cnblogs.com/yulehuayuan/p/12598794.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!