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
Daimona Eaytoy
.
Toggle Highlighting
SQL
use itwiki_p; SELECT CONCAT('# [[', page_title, ']] (', page_len, ')') FROM page JOIN templatelinks tl1 ON page_id = tl1.tl_from JOIN templatelinks tl2 ON page_id = tl2.tl_from JOIN templatelinks tl3 ON page_id = tl3.tl_from WHERE page_namespace = 0 AND tl1.tl_title = 'S' AND tl1.tl_namespace = 10 AND tl2.tl_title = 'Calciopalm' AND tl2.tl_namespace = 10 AND tl3.tl_title = 'Bio' AND tl3.tl_namespace = 10 AND page_len > 3000 ORDER BY page_len DESC, page_title;
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...