Jump to content

How does MySQL sort strings?


jordanwb

Recommended Posts

I'm making a PHP based Jukebox. I have a table which holds singers and I want them to be sorted by their name. However I have a problem:

 

Aaron Pritchett

Aaron Tippin

 

Which comes first? Aaron Pritchett should because "P" comes before "T" but "Tippin" is shorter than "Pritchett". So I'd like to know how MySQL would sort names like these.

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/95616-how-does-mysql-sort-strings/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.