This query is marked as a draft This query has been published by BilledMammal.

SQL

AخA
 
SELECT actor_name, user_editcount, COUNT(*), MAX(rev_timestamp)
FROM revision
JOIN actor ON rev_actor = actor_id
JOIN user on actor_user = user_id
WHERE rev_page = 74998519
AND user_editcount < 1000
GROUP BY actor_name
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.

Checking query status...