Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
WikiDaheim correctors 2021 (after first revision)
by
Herzi Pinki
This query is marked as a draft
This query has been published
by
Herzi Pinki
.
check the 2 MPixel minimum requirement
Toggle Highlighting
SQL
#USE commonswiki_p; #describe page; #describe image; SELECT /* SLOW_OK */ image.img_name, image.img_size From image, page, categorylinks WHERE page.page_id=categorylinks.cl_from AND image.img_name = page.page_title and image.img_size < 2*1024*1024 AND categorylinks.cl_to = "Media_from_WikiDaheim_2021_in_Austria/all" ORDER BY image.img_size asc limit 200;
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...