题解 | #对顾客ID和日期排序#
对顾客ID和日期排序
https://www.nowcoder.com/practice/fa4eb4880d124a4ead7a9b025fe75b70
select cust_id,order_num from Orders order by cust_id,order_date desc; #sql中多字段排序,多个字段之间使用逗号隔开
对顾客ID和日期排序
https://www.nowcoder.com/practice/fa4eb4880d124a4ead7a9b025fe75b70
select cust_id,order_num from Orders order by cust_id,order_date desc; #sql中多字段排序,多个字段之间使用逗号隔开
相关推荐
xiaowl:你这个简历的问题是对于技术点、项目的描述,都是描述action的,对于面试官而言,仅能知道你干了什么,无法判断你为什么这么干,干的好不好。