题解 | #返回每个订单号各有多少行数#

返回每个订单号各有多少行数

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

select order_num,count(order_num) as order_lines
from OrderItems 
group by order_num
order by order_lines

1.count:count(列名)或count(*),区别就是第一个不计算该列null值

2.group by 聚合函数

3.order by 排序,默认升序

全部评论

相关推荐

EEbond:给北邮✌️跪了
点赞 评论 收藏
分享
昨天 10:51
邵阳学院 Java
wzhongy:看了你的头像不像找工作,像在找妹子
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务