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
Ferien
.
Running to make film->movie redirects for simplewiki.
Toggle Highlighting
SQL
SELECT movie.page_title AS movie_title FROM page AS movie LEFT JOIN page AS film ON REPLACE(movie.page_title, '(movie)', '(film)') = film.page_title WHERE movie.page_namespace = 0 AND ( CONVERT(movie.page_title USING binary) LIKE '%(movie)%' OR movie.page_title REGEXP '\\([0-9]{4} movie\\)' ) AND film.page_namespace = 0 AND film.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...