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 CONCAT("\[\[", REPLACE(page_article.page_title, '_', ' '), "\]\]") AS article, CONCAT("{{a-redir-simple|Discussion modèle:", REPLACE(page_pdd.page_title, '_', ' '), "}}") AS pdd FROM (SELECT page_title FROM page WHERE page_namespace = 1 and page_is_redirect = 1) AS page_pdd INNER JOIN (SELECT page_title FROM page WHERE page_namespace = 0 and page_is_redirect = 0) AS page_article ON page_pdd.page_title = page_article.page_title ORDER BY page_article.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...