题解 | #每月各旬有多少人练题#

每月各旬有多少人练题

https://www.nowcoder.com/practice/48c8bef6528d4d838e9646682e2b395d

select 
  concat(
      concat(substr(event_date,1,4),'年'),
      concat(substr(event_date,6,2),'月'),
      (CASE
      when day(event_date) between 1 and 9 then '上旬'
      when day(event_date) between 10 and 19 then '中旬'
      when day(event_date) >= 20 then '下旬'
      end)
  ) as dt_range,
  count(distinct device_id) as cnt
from question_practice_detail
group by dt_range
order by substr(dt_range,7,1) desc, cnt desc;

全部评论

相关推荐

不愿透露姓名的神秘牛友
11-21 11:29
已编辑
斯卡蒂味的鱼汤:知道你不会来数马,就不捞你😂最近数马疯狂扩招,招聘要求挺低的,你能力肯定够,应该就是因为太强了,知道你不会来才不捞你
投递腾讯云智研发等公司10个岗位
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务