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
Wurgl
.
Toggle Highlighting
SQL
use dewiki_p; SELECT CONCAT('[[', REPLACE(page_title, '_', ' '), ']]') AS title, GROUP_CONCAT(CONCAT('[[:', REPLACE(cl_to, '_', ' '), ']]') SEPARATED BY ' ') as categories FROM page, categorylinks WHERE page_namespace = 0 AND page_id = cl_from AND page_title IN ('Michael_Jackson', 'Rebbie_Jackson', 'Jackie_Jackson', 'Tito_Jackson', 'Jermaine_Jackson', 'La_Toya_Jackson', 'Marlon_Jackson', 'Steven_Randall_Jackson', 'Janet_Jackson') GROUP 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...