1 message in com.mysql.lists.win32Cyrillic Encoding?
FromSent OnAttachments
Boris G. Kimel15 Oct 2000 03:22 
Subject:Cyrillic Encoding?
From:Boris G. Kimel (kim@1303.ru)
Date:10/15/2000 03:22:57 AM
List:com.mysql.lists.win32

The problem is as follows:

I got MySQL 3.23.25-beta (win32). My table contains cyrillic names in win1251 encoding. When I use SELECT * FROM <TABLE> ORDER BY <NAME> it works perfectly. But then SELECT * FROM <TABLE> WHERE <NAME> LIKE '<C>%' ORDER BY <NAME> the sorting order inside the set is not correct. Could you advise something?