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
Tacsipacsi
.
Should be the same as https://hu.wikipedia.org/wiki/Speciális:UnconnectedPages, but all pages at a glance
Toggle Highlighting
SQL
USE huwiki_p; /* SELECT page_id AS 'value', page_namespace AS 'namespace', page_title AS 'title' FROM page LEFT JOIN page_props ON page_id = pp_page AND pp_propname = 'wikibase_item' WHERE page_namespace IN (0, 4, 10, 12, 14, 100, 828, 2300, 2302) AND page_is_redirect = 0 AND pp_propname IS NULL ORDER BY page_id DESC; */ SELECT page_namespace, page_title FROM page LEFT JOIN page_props ON page_id = pp_page AND pp_propname = "wikibase_item" WHERE page_namespace IN (0, 4, 10, 12, 14, 100, 828, 2300, 2302) AND page_is_redirect = 0 AND pp_propname IS NULL ORDER BY page_id DESC;
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...