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

计算商城中2021年每月的GMV

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

select * from(
select date_format(event_time,'%Y-%m') as month,
sum(total_amount) as GMV_month
from tb_order_overall
where year(event_time)=2021
and status!=2
group by date_format(event_time,'%Y-%m')
order by GMV_month)a
where  GMV_month>100000

简单

全部评论

相关推荐

牛客ID:561366855:期望薪资多少?难以相信这简历找不到工作。说明二本电子信息专业想对口就业非常难。
点赞 评论 收藏
分享
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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