求助mysql 求助sql语句??

求助mysql 求助sql语句??,第1张

select 

 sum(case when type_id = 1 then 1 else 0 end) as '山水'

,sum(case when type_id = 2 then 1 else 0 end) as '风景'

,sum(case when type_id = 3 then 1 else 0 end) as '美女'

,sum(case when type_id = 4 then 1 else 0 end) as '卡通'

from a, b

where a.id = b.type_id


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/8745168.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-20
下一篇 2023-04-20

发表评论

登录后才能评论

评论列表(0条)

保存