题解 | 高级操作符练习(2)
高级操作符练习(2)
https://www.nowcoder.com/practice/25bcf6924eff417d90c8988f55675122
select device_id,gender,age,university,gpa from user_profile where university='北京大学' or gpa>3.7;
用or表示或操作
高级操作符练习(2)
https://www.nowcoder.com/practice/25bcf6924eff417d90c8988f55675122
select device_id,gender,age,university,gpa from user_profile where university='北京大学' or gpa>3.7;
用or表示或操作
相关推荐