// SQL 语句按月份统计查询
select year(createdate) 年,
month(createdate) 月,
count(1) from xx
where (userid in (select id from cms_admin where userid='392') or userid='392')
group by year(createdate),
month(createdate)
order by year(createdate) desc,month(createdat) desc;
最后
以上就是勤劳香氛最近收集整理的关于SQL 语句按月份统计查询的全部内容,更多相关SQL内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复