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
Estopedist1
.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT CONCAT ('Category:',cl_to,'') FROM categorylinks WHERE cl_to in (select page_title from page where page_namespace=14)# and page_is_redirect=0) #blue cat ja kirillitsas #AND (cl_to RLIKE '[Яя]' OR cl_to RLIKE '[Юю]') #RLIKE ei tööta, sest annab kõik kat #А, Б, В, Г, Д, Е, Ё, Ж, З, И, Й, К, Л, М, Н, О, П, Р, С, Т, У, Ф, Х, Ц, Ч, Ш, Щ, Ъ, Ы, Ь, Э, Ю, Я. #/* AND (cl_to LIKE '%А%' OR cl_to LIKE '%а%' OR cl_to LIKE '%Б%' OR cl_to LIKE '%б%' OR cl_to LIKE '%Г%' OR cl_to LIKE '%г%' OR cl_to LIKE '%Д%' OR cl_to LIKE '%д%' OR cl_to LIKE '%Е%' OR cl_to LIKE '%е%' OR cl_to LIKE '%Ё%' OR cl_to LIKE '%ё%' OR cl_to LIKE '%Ж%' OR cl_to LIKE '%ж%' OR cl_to LIKE '%З%' OR cl_to LIKE '%з%' OR cl_to LIKE '%И%' OR cl_to LIKE '%и%' OR cl_to LIKE '%Й%' OR cl_to LIKE '%й%' OR cl_to LIKE '%К%' OR cl_to LIKE '%к%' OR cl_to LIKE '%Л%' OR cl_to LIKE '%л%' OR cl_to LIKE '%М%' OR cl_to LIKE '%м%' #*/ /* AND (cl_to LIKE '%Н%' OR cl_to LIKE '%н%' OR cl_to LIKE '%О%' OR cl_to LIKE '%о%' OR cl_to LIKE '%П%' OR cl_to LIKE '%п%' OR cl_to LIKE '%Р%' OR cl_to LIKE '%р%' OR cl_to LIKE '%С%' OR cl_to LIKE '%С%' OR cl_to LIKE '%Т%' OR cl_to LIKE '%т%' OR cl_to LIKE '%У%' OR cl_to LIKE '%у%' OR cl_to LIKE '%Ф%' OR cl_to LIKE '%ф%' OR cl_to LIKE '%Х%' OR cl_to LIKE '%х%' OR cl_to LIKE '%Ц%' OR cl_to LIKE '%ц%' OR cl_to LIKE '%Ч%' OR cl_to LIKE '%ч%' OR cl_to LIKE '%Ш%' OR cl_to LIKE '%Ш%' OR cl_to LIKE '%Щ%' OR cl_to LIKE '%щ%' OR cl_to LIKE '%%' OR cl_to LIKE '%ч%' OR cl_to LIKE '%Ч%' OR cl_to LIKE '%ч%' OR cl_to LIKE '%ъ%' OR cl_to LIKE '%Ы%' OR cl_to LIKE '%ы%' OR cl_to LIKE '%ь%' OR cl_to LIKE '%Э%' OR cl_to LIKE '%э%' OR cl_to LIKE '%Ю%' OR cl_to LIKE '%ю%' OR cl_to LIKE '%Я%' OR cl_to LIKE '%я%')*/ GROUP BY cl_to ORDER by cl_to DESC LIMIT 999;
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...