题解 | #未完成试卷数大于1的有效用户#

未完成试卷数大于1的有效用户

https://www.nowcoder.com/practice/46cb7a33f7204f3ba7f6536d2fc04286

select
  er.uid,
  count(
    case when er.submit_time is null then 1 else null end ) as incomplete_cnt,
  count(er.submit_time) as complete_cnt,
  group_concat( distinct concat(date(start_time), ':', tag) separator ';') detil
from
  exam_record er
  left join examination_info ei on er.exam_id = ei.exam_id
where
  er.uid in (select k.uid from (
        select uid, count(case when submit_time is null then 1 else null end) as a,
          count(submit_time) as b from exam_record where year(start_time) = '2021' group by uid
        having a > 1 and a < 5 and b >= 1 ) k ) and year(er.start_time) = '2021'
group by r.uid order by incomplete_cnt desc
全部评论

相关推荐

不愿透露姓名的神秘牛友
12-03 15:43
mamazi00:领导你好+小作文。就算给你涨薪,其实也是待不久了
点赞 评论 收藏
分享
有工作后先养猫:太好了,是超时空战警,我们有救了😋
点赞 评论 收藏
分享
好的h:其实像点评那里的mq可以去掉我觉得,一个单体架构为什么要上mq呢,这就是明显的炫技,而且是很低级的炫技。mq为的在消费端解耦,消费端和服务端都部署在本机上怎么去解耦,那我为什么不多开几条线程去解决问题呢?真的兄弟,面试的时候突然问你这个你能扛住吗。
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务