SQL14 操作符混合运用

SQL14 操作符混合运用_第1张图片

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

你可能感兴趣的:(sql,sql)