Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
DWalden (WMF)
.
Toggle Highlighting
SQL
SELECT DISTINCT actor_name, CONCAT("https://test.wikipedia.org/w/index.php?title=", page_title, "&limit=500&action=history") FROM revision_actor_temp AS rat INNER JOIN actor ON rat.revactor_actor = actor.actor_id INNER JOIN page ON rat.revactor_page = page.page_id WHERE actor.actor_user IS NULL AND actor.actor_name RLIKE "0:0$" LIMIT 100;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...