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
Bulgu
.
Toggle Highlighting
SQL
USE trwiki_p; select concat("tr.wikipedia.org/wiki?curid=",pd.page_id), count(*) as ec, image.* from image join imagelinks on il_to = img_name join page pd on page_title = img_name where pd.page_namespace = 6 and pd.page_id not in (select cl_from from categorylinks where cl_to rlike "t.m adil" ) and il_from_namespace = 0 group by pd.page_id having ec>5 order by ec 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...