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 page WHERE page_namespace IN (10, 828)) AS other FROM page AS other JOIN cswiki_p.page AS cs ON cs.page_namespace IN (10, 828) AND cs.page_title = other.page_title AND cs.page_namespace = other.page_namespace # ON cs.page_title = other.page_title AND cs.page_namespace = other.page_namespace LEFT JOIN page_props AS other_props ON other_props.pp_propname = 'wikibase_item' AND other_props.pp_page = other.page_id LEFT JOIN cswiki_p.page_props AS cs_props ON cs_props.pp_propname = 'wikibase_item' AND cs_props.pp_page = cs.page_id WHERE cs_props.pp_value <> other_props.pp_value;
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...