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
Ilya
.
European Science Photo Competition participants 2015 and 2016 in Ukraine
Toggle Highlighting
SQL
-- it is supposed to be counter of all participants from WLM MMXII - MMXV in Ukraine. -- Number should count unique users and not just sum up the nums for all 4 cats SELECT CONCAT("# {{#target:User_talk:", rev_user_text, "}}") as line FROM commonswiki_p.revision r join commonswiki_p.categorylinks c on r.rev_page = c.cl_from WHERE rev_parent_id = 0 and c.cl_to IN ( "Astronomy images from European Science Photo Competition 2016", "General category images from European Science Photo Competition 2016", "Images of people in science from European Science Photo Competition 2016", "Non-photographic media from European Science Photo Competition 2016", "Microscopy images from European Science Photo Competition 2016", "Living organisms images from European Science Photo Competition 2016", "European Science Photo Competition 2015 in Ukraine", "Images from European Science Photo Competition 2015 in Ukraine" ) GROUP BY rev_user_text ORDER BY line ASC
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...