题解 | 查询2022年以来刷题用户的用user_id

查询2022年以来刷题用户的用user_id和毕业院校

https://www.nowcoder.com/practice/ea7d9e67f14e4cfc860bbbe9f65420a6

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'

全部评论

相关推荐

点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务