当前位置:Gxlcms > 数据库问题 > sql按天分组

sql按天分组

时间:2021-07-01 10:21:17 帮助过:2人阅读

to_char(createtime,yyyymmdd),count(1) from os_user_config_0705 group by to_char(createtime,yyyymmdd) order by 1;

 

sql按天分组

标签:

人气教程排行