题解 | 获取指定客户每月的消费额

获取指定客户每月的消费额

https://www.nowcoder.com/practice/ed04f148b63e469e8f62e051d06a46f5

select date_format(t_time,'%Y-%m') time,
       sum(t_amount) total
from trade join customer on trade.t_cus = customer.c_id
where c_name = 'Tom' and year(t_time) = 2023 and t_type = 1
group by  date_format(t_time,'%Y-%m')
order by time

全部评论

相关推荐

昨天 12:10
门头沟学院 运营
点赞 评论 收藏
分享
06-25 16:25
梧州学院 Java
新手编程之旅:我个人感觉,1.首先个人信息太罗嗦,姓名手机学校专业邮箱啥的就行,然后可以注册个网易邮箱 2.然后就是项目,你可以看其他楼说的,很专业 3.就是你的专业技能,不要只写会什么,要突出具体,比如mysql,熟悉索引事务日志啥的。技能行数太少了,多补充一些 4还有就是证件照,花点钱拍一下p一下
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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