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
ArtLover12345
.
Toggle Highlighting
SQL
select i.img_name, group_concat(cl.cl_to) as categories from image as i inner join page as p on p.page_title = i.img_name right join categorylinks as cl on cl.cl_from = p.page_id where lower(cl.cl_to) like "%post_box%" AND i.img_width >= 128 and i.img_height >= 128 and i.img_size < 100000000 group by 1 -- limit 10
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...