I have a function that returns five characters with mixed case. If I do a query on this string it will return the value regardless of case.
How can I make MySQL stri
mysql is not case sensitive by default, try changing the language collation to latin1_general_cs
latin1_general_cs