-- 查看数据类型,date类型可以用比较运算符 select user_id, university from user_info where user_id in (select user_id from questions_pass_record where date >= '2022-01-01')