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
use enwiki_p; SELECT r1.rev_id, page_title, page_namespace, r1.rev_parent_id, r1.rev_user_text, GROUP_CONCAT(cl_to), r1.rev_len, r2.rev_len AS prev_rev_len FROM revision AS r1 LEFT JOIN revision AS r2 ON r1.rev_parent_id=r2.rev_id INNER JOIN page ON r1.rev_page=page_id LEFT JOIN categorylinks ON r1.rev_page=cl_from WHERE (r1.rev_timestamp BETWEEN 20210309120000 AND 20210309150000) AND page_is_redirect=0 AND cl_to IN ("Women_in_mathematics");
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...