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
Aram
.
Toggle Highlighting
SQL
USE ckbwiki_p; SELECT page_title AS article_title FROM categorylinks JOIN page ON cl_from = page_id LEFT JOIN wikidatawiki_p.wb_items_per_site ON CONCAT('q', cl_to) = ips_site_page WHERE cl_to = 'زیندووان' -- Change to the actual category name in ckbwiki AND (ips_item_id IS NULL OR NOT EXISTS ( SELECT 1 FROM wikidatawiki_p.wbclaims WHERE entity_type = 'item' AND entity_id = ips_item_id AND claim_property = 'P570' )) AND page_namespace = 0; -- Main namespace articles
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...