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
.
Toggle Highlighting
SQL
SELECT CONCAT('Template:',arwiki_p.page.page_title,'') AS arwiki, CONCAT('Sarwiki'), CONCAT('Template:',enwiki_p.page.page_title,'') AS enwiki FROM arwiki_p.page#, wikidatawiki_p.page wdp JOIN enwiki_p.page ON arwiki_p.page.page_title = enwiki_p.page.page_title LEFT JOIN enwiki_p.langlinks ON ll_from = enwiki_p.page.page_id LEFT JOIN (SELECT * FROM enwiki_p.page_props WHERE pp_propname = 'wikibase_item') AS propsen ON propsen.pp_page = enwiki_p.page.page_id LEFT JOIN (SELECT * FROM arwiki_p.page_props WHERE pp_propname = 'wikibase_item') AS propsar ON propsar.pp_page = arwiki_p.page.page_id LEFT JOIN enwiki_p.templatelinks ON tl_from = enwiki_p.page.page_id #WHERE enwiki_p.page.page_namespace = 828 AND arwiki_p.page.page_namespace = 828 WHERE enwiki_p.page.page_namespace =10 AND arwiki_p.page.page_namespace = 10 AND arwiki_p.page.page_is_redirect = 0 AND enwiki_p.page.page_is_redirect = 0 and arwiki_p.page.page_title not like "%/شرح" and enwiki_p.page.page_title not like "%/doc" AND ll_title IS NULL AND propsen.pp_value IS NULL #AND propsar.pp_value IS NULL GROUP BY arwiki_p.page.page_title, enwiki_p.page.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...