题解 | 检索每个顾客的名称和所有的订单号(二)

检索每个顾客的名称和所有的订单号(二)

https://www.nowcoder.com/practice/4e73c4e770b941c9abc60814601ed498

# select cust_name, order_num
# from Customers C left join Orders O on C.cust_id = O.cust_id
# order by 
#     cust_name ASC;


select cust_name, order_num
from Customers C left join Orders O  using(cust_id)
order by 
    cust_name ASC;

全部评论

相关推荐

昨天 14:46
门头沟学院 Java
点赞 评论 收藏
分享
Gaynes:查看图片
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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