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
Erell
.
Toggle Highlighting
SQL
#Select distinct concat("File:", page_title) as Dateiname #From page left Join categorylinks b #On page_id=b.cl_from #LeFT join categorylinks c on #b.cl_from=c.cl_from #Where page_id in # (Select page_id # FroM page # Where page_title like "%Seeadler%") #group by c.cl_from #having c.cl_to not like "Haliaeetus%"; Select distinct concat("File:", page_title) as Dateiname From page left Join categorylinks On page_id=cl_from WHERE cl_from IN (SELECT cl_from, count(cl_to) FROM categorylinks WHERE SUBSTRING(cl_to,1,10)="Haliaeetus" GROUP BY cl_from);
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...