How to sort databases alphabetically without accented characters being out of order

Asked

Viewed 101 times

1

I am creating a database in Mysql and want to put some information in alphabetical order. The problem is that when I add the ascending alphabetic order filter, words starting in accented characters appear last. For example: If I put the entries "Water", "Alarm" and "Sour', the order is "Alarm", "Sour" and "Water".

I want the alphabetical order to be maintained, regardless of whether or not the character is accentuated.

  • 1

    Take a look at this link: https://sqlfromhell.wordpress.com/2010/05/01/ignorando-letras-maiusculas-minusculas-acentos-e-c/

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.