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

SQL中使用年月日来进行分组

时间:2021-03-16 13:54:07      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:orm   bsp   nbsp   tab   mat   class   group   sel   date   

 

SQL按年月日进行分组

select count(project_name), create_at from table_a group by date_format(create_at, %Y%m%d);

 

SQL中使用年月日来进行分组

标签:orm   bsp   nbsp   tab   mat   class   group   sel   date   

原文地址:https://www.cnblogs.com/shiyixirui/p/14535156.html

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