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
Amitjoki
.
Toggle Highlighting
SQL
SELECT g.page_id, g.page_title, g.page_namespace, c.rev_id, c.rev_timestamp, c.rev_user_text, c.rev_user, case when ct.ct_tag IS NULL then 'false' else 'true' end as system, case when c.rev_parent_id = 0 then 'true' else 'false' end as new_article, CAST(c.rev_len AS SIGNED) - CAST(IFNULL(p.rev_len, 0) AS SIGNED) AS byte_change 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 ct.ct_rev_id = c.rev_id AND ct.ct_tag IN ('OAuth CID: 1232') 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...