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
BilledMammal
.
Toggle Highlighting
SQL
WITH creations as (SELECT page_title, page_id, rev_timestamp, page_len, rev_len FROM revision_userindex JOIN page ON page_id = rev_page WHERE page_title = 'Roman_Geszlecht' AND rev_parent_id = 0 AND page_is_redirect = 0 AND page_namespace = 0) SELECT page_title, rev_timestamp, page_len, deltas, cl_to FROM (SELECT creations.page_title, creations.page_id, creations.page_len, creations.rev_timestamp, ABS(CAST(childRev.rev_len as SIGNED) - CAST(parentRev.rev_len as SIGNED)) as deltas FROM creations LEFT JOIN revision_userindex AS childRev ON page_id = childRev.rev_page AND rev_actor = 482 LEFT JOIN revision_userindex AS parentRev ON childRev.rev_parent_id = parentRev.rev_id) as A LEFT JOIN categorylinks ON cl_from = page_id AND ( cl_to = 'Disambiguation_pages' OR cl_to = 'Human_name_disambiguation_pages' OR cl_to LIKE 'List%') WHERE cl_to IS NULL
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...