Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Authors of articles by category [CEE Spring 2021]
by
AntonProtsiuk (WMUA)
This query is marked as a draft
This query has been published
by
AntonProtsiuk (WMUA)
.
Toggle Highlighting
SQL
SELECT DISTINCT A.actor_name, COUNT(1) as articles FROM commonswiki_p.revision R JOIN commonswiki_p.page P1 ON R.rev_page = P1.page_id JOIN commonswiki_p.page P2 ON P1.page_title = P2.page_title JOIN commonswiki_p.categorylinks CL ON P2.page_id = CL.cl_from JOIN commonswiki_p.actor A ON R.rev_actor = A.actor_id WHERE R.rev_parent_id = 0 AND P1.page_namespace = 0 AND P2.page_namespace = 1 AND P1.page_is_redirect = 0 AND CL.cl_to LIKE "Images_from_Wiki_Loves_Earth_2021_in_Ukraine" AND R.rev_timestamp >= 20210601000000 AND R.rev_timestamp < 20210701000000 GROUP BY A.actor_name ORDER BY articles 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...