Hi!
It is possible to make ORDER BY not CASE-SENSITIVE ??
I need output like this
Cardio
cerdio
Cordio
curdio
But I always get output like this
Cardio
Cordio
cerdio
curdio
How can I force ORDER BY to ord strings in my way?? I mean, I use charakters like ú.ľ,š,č,ť,ž that have spetial order in my language.
Thanks for any help