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
PleaseStand
.
Toggle Highlighting
SQL
select page1.page_title as page_title, regexp_replace(page1.page_title, '_\\(.*?\\)$', '') as ambiguous_title from page page1 left join page page2 on page1.page_namespace = page2.page_namespace and regexp_replace(page1.page_title, '_\\(.*?\\)$', '') = page2.page_title where page1.page_namespace = 0 and page1.page_title like '%_(%)' escape '`' and page1.page_is_redirect = 0 and page2.page_id is null;
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...