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
ASammour
.
Toggle Highlighting
SQL
use arwiki_p; select count(p.page_title) from page p inner join categorylinks on cl_from = p.page_id inner join langlinks l1 on l1.ll_from = p.page_id inner join enwiki_p.page p2 on p2.page_title = l1.ll_title inner join enwiki_p.templatelinks tl on tl.tl_from = p2.page_id where cl_to = "مقالات_بذور_عامة" and tl.tl_title like "%-stub" and tl_from_namespace = 0 and l1.ll_lang = "en" limit 10;
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...