SELECT device_id,gender,age,university,gpa FROM user_profile where university in('北京大学','复旦大学','山东大学'); 为啥我用not in不行,实际和预期结果都一样的 SELECT device_id,gender,age,university,gpa FROM user_profile where university not in('浙江大学');