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 page_title, GROUP_CONCAT(o.cl_to SEPARATOR ', ') AS cats FROM page, categorylinks AS bkl, categorylinks AS o WHERE page_namespace = 0 AND bkl.cl_from = page_id AND bkl.cl_to = 'Begriffsklärung' AND o.cl_from = page_id AND o.cl_to NOT IN ('Begriffsklärung', 'Abkürzung'/*, 'Wikipedia:Löschkandidat', 'Wikipedia:Qualitätssicherung_BKS'*/) 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...