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
Mr. Ibrahem
.
http://quarry.wmflabs.org/query/2167 --------------------- 158465 > 2048 21535 > 4096 15-3-2016
Toggle Highlighting
SQL
USE arwiki_p; SELECT page_title AS page, page_namespace, page_len AS length FROM page#templatelinks #JOIN page ON page_id = tl_from #WHERE tl_namespace = 10 AND tl_title = 'Pahýl' WHERE page_id in (select cl_from from categorylinks where cl_type="page" and cl_to="جميع_مقالات_البذور") and page_id in (SELECT tl_from FROM templatelinks WHERE tl_namespace = 10 and tl_title like "بذرة%" ) AND page_title NOT RLIKE "^[1-9]" AND page_len > 5120 and page_is_redirect = 0 ORDER BY page_len DESC, page_title, page_namespace#, tl_title #limit 20 ;
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...