select day,count(queastion_id) from question_practice_detail where day >="2022-08-01" and day < "2022-09-01" group by day,count(question_id)