Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Użytkownicy, którzy przesłali pliki w ramach WLZ 2022, >= 6Mpix
by
Msz2001
This query is marked as a draft
This query has been published
by
Msz2001
.
Wszystkie zdjęcia mniejsze od 6 Mpix
Toggle Highlighting
SQL
-- Rozdzielczość w pikselach (Mpix = milion pikseli) SET @treshold := 6000000; SELECT actor_name AS "Autor", page_title AS "Nazwa grafiki" FROM page JOIN categorylinks ON page_id = cl_from JOIN image ON img_name = page_title JOIN actor ON img_actor = actor_id WHERE page_namespace = 6 AND cl_to = "Images_from_Wiki_Loves_Monuments_2022_in_Poland" AND img_width * img_height < @treshold ORDER BY 2 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...