select 
a.user_id
,b.university
from questions_pass_record a 
left join user_info b
on a.user_id = b.user_id
where a.date >= '2022-01-01'