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
Aidan9382
.
see query 70503 this is a result of me being bad at SQL and just not getting string manipulation functions to work with me enough
Toggle Highlighting
SQL
select CONCAT("Talk:",page_title) as basepage_title from page where page_namespace = 1 and page_title rlike "/Archive_[1-9][0-9]{2}$" and exists ( select 1 from page as basepage where basepage.page_namespace = 1 and basepage.page_is_redirect = 0 and basepage.page_title = SUBSTR(page.page_title,1,LENGTH(page.page_title)-12) );
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...