SQL
AخA
SELECT COUNT(*)
FROM (
SELECT *
FROM recentchanges
WHERE rc_type IN (0, 1)
AND rc_timestamp < 20190906000000
AND rc_timestamp > 20190905000000
) rc
LEFT JOIN actor ON rc_actor = actor_id
WHERE actor_user IS NULL
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.