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
لوقا
.
Toggle Highlighting
SQL
select p.page_id,p.page_namespace,p.page_title,COUNT( t.tl_title) AS Total,COUNT(distinct l.ll_lang) AS Interlanguage from page p LEFT JOIN templatelinks t ON t.tl_title = p.page_title LEFT JOIN langlinks l ON l.ll_from = p.page_id where ( p.page_title like "%معلومات%" or p.page_title like "%صندوق%" or p.page_title like "%ص.م%" ) and ( p.page_title not like "%/%" ) and p.page_namespace = 10 and t.tl_from_namespace = 0 and t.tl_namespace = 10 GROUP BY p.page_title 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...