SQL
AخA
SELECT rc_timestamp - 3600 as lasthour,
Count(rc_id) as number
FROM recentchanges
WHERE rc_type = 3
AND rc_log_type = "newusers"
AND rc_timestamp > lasthour
GROUP BY timestamp
LIMIT 1;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.