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 skwiki_p; # zaměnit za jiný projekt SELECT cs.page_title, cs.page_namespace, cs_props.pp_value, other.page_title, other.page_namespace, other_props.pp_value FROM (SELECT * FROM cswiki_p.page WHERE page_namespace IN (10, 828)) AS cs JOIN (SELECT * FROM page WHERE page_namespace IN (10, 828)) AS other USING (page_title, page_namespace) LEFT JOIN (SELECT * FROM cswiki_p.page_props WHERE pp_propname = 'wikibase_item') AS cs_props ON cs_props.pp_page = cs.page_id LEFT JOIN (SELECT * FROM page_props WHERE pp_propname = 'wikibase_item') AS other_props ON other_props.pp_page = other.page_id WHERE cs_props.pp_value <> other_props.pp_value LIMIT 100;
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...