Hi, I want to sort mysql table alphabetically (without case sensitivity).

I have a bunch of names in it and I want to have a method in QT program, that would change mysql table (names woule be sorted alphabetically)

So any idea how to do that?