can you help to create custom mysql collation?
table will contain mix of data in cyrillic and latin characters. some of data will start as a numbers.
i need to have listed (and sorted):
is possible to achieve it in mysql at all?
thank you in advance!!!
The MySQL dev site gives the steps for adding a new collation. Based on your description, it would seem you could define the rules without a rebuild. If the rules are more complex, it could still be done but would be a lot more effort since it would be necessary to add the C functions for the comparisons and to rebuild MySQL
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With