device_id, gender, age, university, gpa from user_profile where university in('北京大学', '复旦大学', '山东大学') // 取同一个字段下的多个值,可以用 字段in(‘a','b') // 剔除同一个字段下的多个值,可以用 字段not in(‘a','b')