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
Pppery
.
Toggle Highlighting
SQL
select page_title from page where page_namespace=0 and page_is_redirect=0 and ( page_title regexp "([A-Z]).+_([A-Z]).+_\\(\\1\\2\\)" or page_title regexp "([A-Z]).+?_([A-Z]).+?_([A-Z]).+?_\\(\\1\\2\\3\\)" or page_title regexp "([A-Z]).+?_([A-Z]).+?_([A-Z]).+?_([A-Z]).+?_\\(\\1\\2\\3\\4\\)" or page_title regexp "([A-Z]).+?_([A-Z]).+?_([A-Z]).+?_([A-Z]).+?_([A-Z]).+?_\\(\\1\\2\\3\\4\\5\\)" or page_title regexp "([A-Z]).+?_([A-Z]).+?_([A-Z]).+?_([A-Z]).+?_([A-Z]).+?_([A-Z]).+?_\\(\\1\\2\\3\\4\\5\\6\\)" or page_title regexp "([A-Z]).+?_([A-Z]).+?_([A-Z]).+?_([A-Z]).+?_([A-Z]).+?_([A-Z]).+?_([A-Z]).+?_\\(\\1\\2\\3\\4\\5\\6\\\\7)" ) and not exists (select 1 from templatelinks join linktarget on lt_id=tl_target_id where tl_from=page_id and lt_namespace=10 and lt_title="Title_notice") order by page_title limit 10000;
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...