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
ערן
.
רשימה של ערכים לפי מספר תמונות עבור ערכים באורך של 25 אלף ומעלה
Toggle Highlighting
SQL
use hewiki_p; select page_title,page_len ,count(*) as ImageCount from page inner join imagelinks on il_from=page_id where page_len>25000 # limit to long pages of length >25K and page_namespace=0 # limit to main namespace group by page_id order by count(*) desc; # order the list by number of images
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...