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
Matěj Suchánek
.
Toggle Highlighting
SQL
USE wikidatawiki_p; SELECT page_title, pi_type, COUNT( tl_title ) AS c, GROUP_CONCAT( REPLACE( tl_title, "Constraint:", "" ) SEPARATOR ", " ) FROM wb_property_info JOIN page ON page_namespace = 121 and page_title = CONCAT("P", pi_property_id) LEFT JOIN templatelinks ON tl_title LIKE "Constraint:%" AND tl_namespace = 10 AND tl_from = page_id GROUP BY pi_property_id ORDER BY c, pi_property_id; SELECT * FROM wb_property_info WHERE pi_type IN ("string", "external-id") AND NOT EXISTS ( SELECT * FROM templatelinks WHERE tl_from IN ( SELECT page_id FROM page WHERE page_namespace = 121 AND page_title = CONCAT("P", pi_property_id) ) AND tl_namespace = 10 AND tl_title = "Constraint:Format" );
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...