题解 | #查找山东大学或者性别为男生的信息#

查找山东大学或者性别为男生的信息

http://www.nowcoder.com/practice/979b1a5a16d44afaba5191b22152f64a

#学校为山东大学或性别为男:university = '山东大学' or gender = '男'
#先输出山东大学:order by university
#拼接表:union all

with a as 
    (select device_id,gender,age,gpa from user_profile 
     where university = '山东大学'),
    b as 
    (select device_id,gender,age,gpa 
     from user_profile where gender = 'male')
select * from a union all select * from b
全部评论

相关推荐

10-01 09:50
门头沟学院 Java
肖先生~:这个人真的很好,点赞
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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