Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Replica revisions query with CID 1232
by
Sage (Wiki Ed)
This query is marked as a draft
This query has been published
by
Chicocvenancio
.
Toggle Highlighting
SQL
SELECT c.rev_id, c.rev_timestamp, c.rev_user_text, c.rev_user, ct.ct_tag FROM revision_userindex c LEFT JOIN revision_userindex p ON p.rev_id = c.rev_parent_id INNER JOIN page g ON g.page_id = c.rev_page LEFT JOIN change_tag ct ON c.rev_id = ct.rev_id ON ct.ct_rev_id = c.rev_id WHERE g.page_namespace IN (0,1,2,3,4,5,10,11,118,119) AND c.rev_user_text IN ('Gwilliams06') AND c.rev_timestamp BETWEEN '20130101' AND '20190203'
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...