题解 | #21年8月份练题总数#
21年8月份练题总数
https://www.nowcoder.com/practice/b8f30b239b454ed490367b53ea95607d
select count(distinct device_id) did_cnt, count(*) question_cnt from question_practice_detail t1 where month(t1.date) = 8 and year(t1.date) = 2021
21年8月份练题总数
https://www.nowcoder.com/practice/b8f30b239b454ed490367b53ea95607d
select count(distinct device_id) did_cnt, count(*) question_cnt from question_practice_detail t1 where month(t1.date) = 8 and year(t1.date) = 2021
相关推荐