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
Elph
.
Toggle Highlighting
SQL
USE arwiki_p; SELECT rev_user_text, COUNT(rev_id) FROM revision JOIN page on page_id = rev_page WHERE rev_user_text IN (SELECT REPLACE(pl_title, '_', ' ') FROM pagelinks WHERE pl_from = 3271075 AND pl_namespace = 2 ) AND page_id IN (SELECT REPLACE(pl_title, '_', ' ') FROM pagelinks WHERE pl_namespace = 4 AND pl_from IN (SELECT page_id FROM page WHERE page_namespace = 4 AND page_title LIKE 'مشروع ويكي المرأة/%') ) AND rev_parent_id = 0 AND page_namespace = 6 AND page_is_redirect = 0 AND rev_timestamp > 20160901000000 AND rev_timestamp < 20161130235959 GROUP BY rev_user_text ;
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...