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
Valerio Bozzolan
.
All it.wiki pages: redirect VS disambiguations. Sadly it does not work because I think the result set is too enormous. As requested by ValterVB from [[w:it:Wikipedia:Officina]]: https://it.wikipedia.org/w/index.php?title=Wikipedia:Officina&oldid=101147890#Quarry_ed_elenco_pagine
Toggle Highlighting
SQL
USE itwiki_p; SELECT page_title, page_is_redirect, pp_propname FROM page LEFT JOIN page_props ON ( page_id = pp_page AND pp_propname = 'disambiguation' ) WHERE page_title = 'Luciano' ORDER BY page_title ASC LIMIT 3
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...