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

操作符混合运用

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

select device_id, gender, age, university, gpa
from user_profile
where (gpa > 3.5 and university = '山东大学') or (gpa > 3.8 and university = '复旦大学');

写SQL需要抓住关键的两点:1. 要找什么

2.什么筛选条件

本题筛选中的and和or实际上就是根据题意转换过来,实际使用and优先级比or高,不需要加括号

全部评论

相关推荐

点赞 评论 收藏
分享
牛客44320985...:你的当务之急是把这个糖的要死的沟槽ide主题改了
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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