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
Certes
.
Find dab pairs with titles differing only in case, such as Can and CAN
Toggle Highlighting
SQL
SET STATEMENT max_statement_time = 1000 FOR SELECT UPPER(CONVERT(REPLACE(page_title, "_(disambiguation)", "") USING latin1)) AS canonical, MIN(page_title), MAX(page_title), COUNT(*) as "count" FROM page JOIN categorylinks ON cl_from = page_id AND cl_type = 'page' AND cl_to = "All_disambiguation_pages" WHERE page_namespace = 0 AND page_is_redirect = 0 AND page_title LIKE "C%" GROUP BY canonical HAVING COUNT(*) > 1 ORDER BY canonical
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...