题解 | SQL11 高级操作符练习(1)
这个where过滤的多条件判断,在判断条件之间加上and表示且的含义。
特别注意,在判断性别的时候,是=来判断是否相等,是一个等于号!
select device_id, gender, age, university, gpa from user_profile where gender = 'male' and gpa > 3.5;
这个where过滤的多条件判断,在判断条件之间加上and表示且的含义。
特别注意,在判断性别的时候,是=来判断是否相等,是一个等于号!
select device_id, gender, age, university, gpa from user_profile where gender = 'male' and gpa > 3.5;
相关推荐
查看8道真题和解析
最喜欢秋天的火龙果很...:第一份工作一定要往大的去,工资低点没事。后面换工作会更好找,即使你去小公司,你也不可能不会换工作的。所以找大的去