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
Cryptic
.
Mainspace page titles containing an open-parenthesis preceded by something other than a space. "Creation" is the earliest timestamp currently at that title; for a redirect from a page move, it'll be no earlier than that move, and in particular not the creation time of the page previously there. Conversely, if a page has only recently been moved *to* a problematic title, perhaps from draft, this will still show the oldest revision's timestamp, not how long it was at this title. I've made no attempt to filter out false positives yet. However, the inclusion of non-redirects is deliberate; such pages would need to be moved anyway. For [[WT:CSD#Improper disambiguation redirects]] circa 2 February 2024.
Toggle Highlighting
SQL
SELECT page_title, page_is_redirect, CAST(MIN(rev_timestamp) AS DATETIME) AS creation FROM page JOIN revision ON rev_page = page_id WHERE page_namespace = 0 AND page_title RLIKE '[^_]\\(' GROUP BY page_id;
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...