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 ON other.page_namespace = cs.page_namespace AND other.page_title = cs.page_title LEFT JOIN cswiki_p.page_props AS cs_props ON cs_props.pp_propname = 'wikibase_item' AND cs_props.pp_page = cs.page_id LEFT JOIN page_props AS other_props ON other_props.pp_propname = 'wikibase_item' AND other_props.pp_page = other.page_id WHERE cs_props.pp_value <> other_props.pp_value LIMIT 1;
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...