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
Iluvatar
.
Toggle Highlighting
SQL
SELECT COUNT(*) AS c, page_title AS title, page_len FROM imagelinks JOIN page ON il_from = page_id WHERE il_from_namespace = 0 AND page_len <= 30000 AND page_title NOT LIKE "%платформа%" AND page_title NOT LIKE "%станция%" AND page_title NOT LIKE "%железная%" AND page_title NOT LIKE "%остановочный%" AND page_title NOT LIKE "%остановка%" GROUP BY title ORDER BY c DESC LIMIT 100;
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...