Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Pages utilisateur non liées à un utilisateur sur WP:FR
by
Epok
This query is marked as a draft
This query has been published
by
Epok
.
Testé et validé le 19/10/2024
Toggle Highlighting
SQL
SELECT CONCAT("{{u'|", REPLACE(page_title, '_', ' '), "}}") AS Sortie FROM page LEFT JOIN `user` ON REPLACE(SUBSTRING_INDEX(page.page_title, '/', 1), '_', ' ') = user.user_name /* Get page name, extract substring till char '/' and replace '_' by ' '. This is user name, use it to LEFT JOIN with 'user' table. */ WHERE page_namespace IN (2,3) AND page_content_model IS "flow-board" AND user_name IS NULL GROUP BY page_title /* éliminer les doublons */ ORDER BY page_title /* trier par ordre alphabétique */
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...