题解 | #计算商城中2021年每月的GMV#

https://www.nowcoder.com/practice/5005cbf5308249eda1fbf666311753bf

select date_format(event_time,'%Y-%m') as month,
       round(sum(total_amount),0) as GMV
from tb_order_overall
where status in ('0','1') and year(event_time) = '2021'
group by month
having GMV > 100000
order by GMV

全部评论

相关推荐

05-30 12:03
山西大学 C++
offer来了我跪着...:不是骗子,等到测评那一步就知道为啥这么高工资了
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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