会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Master Feng's Notebook
看看得了
博客园
管理
2021年9月7日
sql 按年月季度统计查询分组
摘要: 最简便查询方式 Select concat(year(create_time),'-',month(create_time)) as time, //年-月 quarter(create_time), --季度 day(create_time), --日 sum(overall_budget) as
阅读全文
posted @ 2021-09-07 16:59 小拐
阅读(3363)
评论(0)
推荐(0)
公告