Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
WikiDaheim users 2024 (by first revision, by uploader)
by
Herzi Pinki
This query is marked as a draft
This query has been published
by
Herzi Pinki
.
WikiDaheim files by year and campaign accumulated till current (by first revision, by uploader). add new years in intervals, add new campaigns at the bottom group by year only to acc. over all campaigns campaigns are used by wikidaheim and by various lists. they are not used using alternate upload mechanism.
Toggle Highlighting
SQL
SELECT /* SLOW_OK */ DISTINCT actor_name AS user, COUNT(image.img_name) as img_count FROM actor, revision, image, page, categorylinks WHERE page.page_id=categorylinks.cl_from AND actor.actor_id = revision.rev_actor AND image.img_name = page.page_title and revision.rev_page = page.page_id and revision.rev_parent_id = 0 AND categorylinks.cl_to = "Uploaded_via_Campaign:WikiDaheim-at-wd" #AND categorylinks.cl_to = "Prejury_selection_for_WikiDaheim_2023_in_Austria" GROUP BY user ORDER BY img_count DESC limit 300;
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...