题解 | #牛客直播开始时各直播间在线人数#

牛客直播开始时各直播间在线人数

http://www.nowcoder.com/practice/bdd30e83d47043c99def6d9671bb6dbf

select t1.course_id,t2.course_name,t1.num from (select course_id,count(distinct user_id) num from attend_tb where substr(in_datetime,12,5)<='19:00' and substr(out_datetime ,12,5)>='19:00' group by course_id order by course_id)t1 left join (select * from course_tb)t2 on t1.course_id=t2.course_id

全部评论

相关推荐

贺兰星辰:不要漏个人信息,除了简历模板不太好以外你这个个人简介是不是太夸大了...
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务