题解 | #操作符混合运用#

操作符混合运用

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

select * from 
(SELECT device_id, gender, age, university,gpa from user_profile where gpa > 3.8 and university = '复旦大学' UNION
SELECT device_id, gender, age, university,gpa from user_profile where gpa > 3.5 and university = '山东大学') 
as t order by device_id

使用联合查询后将查询的结果视为一个新的表再对这个表进行一次查询后再来一次倒序

全部评论

相关推荐

点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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