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
Rdrg109
.
I created this query because I wanted to get the complete list and didn't know whether it was possible to list them using some feature of MediaWiki. This query is intended to be executed in the database wikidatawiki_p
Toggle Highlighting
SQL
WITH foo AS ( SELECT page_id FROM page WHERE page_namespace = 640 ), bar AS ( SELECT pp_page, pp_value FROM page WHERE pp_propname = 'displaytitle' ) SELECT * FROM foo
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...