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
ⵓ
.
Seiten die in ANR-Kategorien einsortiert sind, dort aber vermutlich nichts verloren haben.
Toggle Highlighting
SQL
USE dewiki_p; SET sql_mode='PIPES_AS_CONCAT'; SELECT '[['|| CASE page_namespace WHEN 0 THEN '' WHEN 1 THEN 'Diskussion:' WHEN 2 THEN 'Benutzer:' WHEN 3 THEN 'Benutzer_Diskussion:' WHEN 4 THEN 'Wikipedia:' WHEN 5 THEN 'Wikipedia_Diskussion:' WHEN 6 THEN ':Datei:' WHEN 7 THEN 'Datei_Diskussion:' WHEN 8 THEN 'MediaWiki:' WHEN 9 THEN 'MediaWiki_Diskussion:' WHEN 10 THEN 'Vorlage:' WHEN 11 THEN 'Vorlage_Diskussion:' WHEN 12 THEN 'Hilfe:' WHEN 13 THEN 'Hilfe_Diskussion:' WHEN 14 THEN 'Kategorie:' WHEN 15 THEN 'Kategorie_Diskussion:' WHEN 100 THEN 'Portal:' WHEN 101 THEN 'Portal_Diskussion:' END || page.page_title||']]' as Lemma, '[[:Kategorie:'||cl_to||']]' as Kategorie, cl_timestamp as Zeitstempel FROM categorylinks inner join page on (cl_from=page_id) and (cl_to not like 'Wikipedia:%') and (cl_to not like 'Benutzer:%') and (cl_to not like 'Benutzerin:%') and (cl_to not like 'User_%') and (cl_to not like 'Portal:%') and (cl_to not like 'Vorlage:%') and (cl_to not like 'Datei:%') and (cl_to not like 'Hilfe:%') where page_namespace not in (0,14,100) limit 2000
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...