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
Xiplus
.
Toggle Highlighting
SQL
SELECT CONCAT("[[Template:",template.page_title,"]]") FROM ( SELECT * FROM page WHERE page_title LIKE "CGroup/%" AND page_namespace = 10 ) AS template LEFT JOIN ( SELECT * FROM page WHERE page_title LIKE "CGroup/%" AND page_namespace = 828 ) AS module ON template.page_title = module.page_title LEFT JOIN ( SELECT * FROM redirect WHERE rd_title LIKE "CGroup/%" ) AS redirect ON redirect.rd_from = template.page_id WHERE module.page_title IS NOT NULL AND redirect.rd_title IS NULL AND template.page_title != "CGroup/preload" ORDER BY template.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...