How-To Geek Forums / Geek Stuff
MySQL Case Sensitive SELECT
(4 posts)Did you actually change the column collation, or just the default one for the table? MySQL will use the collation on the column itself.
It's also possible to modify the SQL statement to pass in the collation you'd like to use, so there's some potential that your SQL is doing something like " USING latin1" at the end.
Topic Closed
This topic has been closed to new replies. Please create a new topic instead.
