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
.
https://de.wikipedia.org/w/index.php?title=Benutzer_Diskussion:Wurgl&oldid=227314760#Bitte_um_Hilfe:_Nächstes_Kapitel_Abkürzungen
Toggle Highlighting
SQL
SELECT page_title FROM page AS P1 WHERE page_namespace = 0 AND page_title = UPPER(CONVERT(page_title USING utf8)) /* keine Kleinbuchstaben */ AND page_title RLIKE "[A-Z]" /* Enthält einen Buchstaben */ AND page_title RLIKE "[^A-Z1-9]" /* Beginnt mit Buchstaben */ AND page_title NOT RLIKE "[-–_]" /* Kein Leerzeichen (_), kein Bindestrich */ AND NOT EXISTS (SELECT 1 FROM page as P, page_props /* korrespondierende BKS */ WHERE UPPER(CONVERT(P.page_title USING utf8)) = UPPER(CONCAT(CONVERT(P1.page_title USING utf8), '_(Begriffsklärung)')) AND P.page_id = pp_page AND P.page_namespace = 0 AND pp_propname = 'disambiguation' /* <-- das ist eine Begriffsklärungsseite */ ) LIMIT 10;
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...