I'm wondering the advantage of doing
SELECT * FROM table WHERE BINARY name='myname'
And having the VARCHAR coalition as latin_swedish_ci compared to having the coalition as a case sensitive one like latin_general_cs
I'm wondering the advantage of doing
SELECT * FROM table WHERE BINARY name='myname'
And having the VARCHAR coalition as latin_swedish_ci compared to having the coalition as a case sensitive one like latin_general_cs