- Thread starter
- #901
Can you compare it to last year's April?THANKS!!!
I'll need to adjust the query!
This is valid and not-banned registrations per hour for the first half of April
Code:SELECT count(*) AS total, HOUR(FROM_UNIXTIME(`register_date`)) AS hour FROM xf_user WHERE `user_state` = 'valid' AND `is_banned` = 0 AND DATE(from_unixtime(register_date)) BETWEEN '2020-04-01' AND '2020-04-15' GROUP BY HOUR(FROM_UNIXTIME(`register_date`))
Registrations Hour 168 0 160 1 131 2 140 3 93 4 82 5 39 6 44 7 34 8 41 9 52 10 77 11 83 12 155 13 159 14 169 15 169 16 168 17 162 18 163 19 179 20 159 21 167 22 148 23 TOTAL: 2942
For some reason I feel like this year there have been a lot more joining daily.