SQL
AخA
SELECT actor_name, page_title, rev_timestamp
FROM revision, actor, page
WHERE
rev_actor=actor_id AND
rev_page=page_id AND
page_namespace=3 AND
actor_user IS NULL AND
actor_name REGEXP '^[0-9A-F:]+$' AND
page_title REGEXP '^[0-9A-F:]+/[0-9]+$'
LIMIT 10
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.