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
/* wikiversity wikiquote wikisource wikibooks wikinews */ SELECT CONCAT('',arwiki_p.page.page_title,'') AS arwiki ,CONCAT('Sarwikinews') ,CONCAT('',arwikinews_p.page.page_title,'') AS arwikinews # ,CONCAT('',pasas.pp_value,'') AS item_id FROM arwiki_p.page#, wikidatawiki_p.page wdp JOIN arwikinews_p.page ON arwiki_p.page.page_title = arwikinews_p.page.page_title LEFT JOIN (SELECT * FROM arwiki_p.page_props WHERE pp_propname = 'wikibase_item') AS pasas ON pasas.pp_page = arwiki_p.page.page_id LEFT JOIN (SELECT * FROM wikidatawiki_p.wb_items_per_site WHERE ips_site_id = 'arwikinews') as ddff ON ddff.ips_item_id = arwiki_p.page.page_id WHERE arwikinews_p.page.page_namespace = 0 AND arwiki_p.page.page_namespace = 0 AND arwiki_p.page.page_is_redirect = 0 AND arwikinews_p.page.page_is_redirect = 0 #AND ll_title IS NULL #AND props.pp_value IS NULL #and arwiki_p.page.page_title like "مواليد_%" #or arwiki_p.page.page_title like "وفيات_%") AND ddff.ips_site_page IS NULL GROUP BY arwiki_p.page.page_title, arwikinews_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...