题解 | #查询2022年毕业用户的刷题记录#

查询2022年毕业用户的刷题记录

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

select user_id,question_type,device,pass_count,date from questions_pass_record

where  user_id in (select user_id 
from user_info
where  graduation_year =2022
)

全部评论

相关推荐

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

创作者周榜

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