SELECT user_id,count(type=1 or null) donate_num,count(type=2 or null) rent_num
FROM ot_dynamic
GROUP BY user_id
SELECT user_id,count(type=1 or null) donate_num,count(type=2 or null) rent_num
FROM ot_dynamic
GROUP BY user_id
上一篇:SETNX
下一篇:Java 数组转list
排序算法之计数排序的优化
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M