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
لوقا
.
Toggle Highlighting
SQL
/* select page.page_title from categorylinks inner join page on page.page_id = categorylinks.cl_from where cl_to like "مقالات_مشروع_ويكي_العراق" and cl_type like "page" and page.page_namespace in (1) limit 10 */ /* select actor.actor_id from pagelinks join actor on actor.actor_name = REPLACE(pagelinks.pl_title, "_", " ") where pl_from in (7436093) and pl_from_namespace in (4) and pl_namespace in (2); */ select count(rev_id),rev_actor from revision where rev_actor in ( select actor.actor_id from pagelinks join actor on actor.actor_name = REPLACE(pagelinks.pl_title, "_", " ") where pl_from in (7436093) and pl_from_namespace in (4) and pl_namespace in (2) ) and rev_timestamp >= NOW() - INTERVAL 3 MONTH and rev_page in ( select page.page_id from page where page_title in ( select page.page_title from categorylinks inner join page on page.page_id = categorylinks.cl_from where cl_to like "مقالات_مشروع_ويكي_العراق" and cl_type like "page" and page.page_namespace in (1) ) and page.page_namespace in (0) ) GROUP BY rev_actor
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...