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
Hzza3
.
Toggle Highlighting
SQL
use arwiki_p; set @category_name := 'بوابة_السعودية/مقالات_متعلقة'; select actor_name as user, count(*) as edit_count from categorylinks left join revision on rev_page = cl_from left join actor on actor_id = rev_actor where cl_to = @category_name and rev_timestamp BETWEEN "20230101000000" AND "20230701000000" and rev_parent_id =0 group by rev_actor order by edit_count desc;
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...