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
Islahaddow
.
Toggle Highlighting
SQL
SELECT DISTINCT actor_name, rev_actor FROM commonswiki_p.page p INNER JOIN commonswiki_p.categorylinks cl ON p.page_id = cl.cl_from INNER JOIN commonswiki_p.revision r ON p.page_id = r.rev_page join actor on rev_actor = actor_id and actor_user is not null WHERE cl.cl_to IN ( "Images_from_Wiki_Loves_Africa" ) -- WHERE cl.cl_to LIKE "Images\_from\_Wiki\_Loves\_Africa\_20__" AND p.page_namespace = 6 AND r.rev_parent_id = 0;
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...