Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Toutes les redirections de l'espace Discussion sur WP:FR
by
Epok
This query is marked as a draft
This query has been published
by
Epok
.
Testé et validé le 5/10/2019.
Toggle Highlighting
SQL
USE frwiki_p; SELECT page_title AS page_pdd FROM page WHERE page_namespace = 0 and page_is_redirect = 1; SELECT page_title AS page_article FROM page WHERE page_namespace = 1 and page_is_redirect = 0; SELECT CONCAT("{{a-redir-simple|", REPLACE(page_title, '_', ' '), "}}") AS sortie FROM page_pdd INNER JOIN page_article ON page_pdd.page_title = page_article.page_title ORDER BY page_title
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...