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
Tohaomg
.
Користувачі за кількістю файлів, які були завантажені на Вікісховище до категорії "WikiConference 2018 Kyiv" або її підкатегорій 27 серпня або пізніше.
Toggle Highlighting
SQL
SELECT DISTINCT(image.img_user_text), COUNT(1) AS files FROM commonswiki_p.image LEFT JOIN commonswiki_p.page ON image.img_name=page.page_title LEFT JOIN commonswiki_p.categorylinks ON page.page_id=categorylinks.cl_from WHERE image.img_timestamp > 20180827000000 AND page.page_namespace=6 AND categorylinks.cl_to LIKE "%ikiConference_2018%" GROUP BY image.img_user_text ORDER BY files 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...