查看此SQL语句,选择三个正确答案确认可以使查询成功执行的ORDER BY子句。SELECT cust_id, cus_last_name "Last Name" FROM customers WHERE country_id = 10 UNION SELECT cust_id CUST_NO, cust_last_name FROM customers WHERE country_id = 30
A、ORDER BY 2, 1
B、ORDER BY 2,cust_id
C、ORDER BY "CUST_NO"
D、ORDER BY CUST_NO
E、ORDER BY "Last Name"

戳阅读原文,立即参与
本文分享自微信公众号 - 墨天轮(enmocs)。
如有侵权,请联系 support@oschina.cn 删除。
本文参与“OSC源创计划”,欢迎正在阅读的你也加入,一起分享。