Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
All ckbwiki main namespace articles with their Qid if they have one
by
Aram
This query is marked as a draft
This query has been published
by
TBurmeister (WMF)
.
ckbwiki main namespace articles with their Qid. If the query works fine.
Toggle Highlighting
SQL
SELECT pp_value, page_title FROM page LEFT JOIN page_props AS pp ON pp_page = page_id # Main, Manual, Extension, and API namespaces https://www.mediawiki.org/wiki/Special:NamespaceInfo WHERE page_namespace in (0, 100, 102, 104) AND page_is_redirect=0 AND pp_propname = "wikibase_item";
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...