Comments - column name work as a case insenstive

9 months, 1 week ago animesh jain

Yup, so if we change the default collation from "latin1_swedish_ci " to "latin1_bin" then the comparison will be case-sensitive. Thanks to you Let me modify this.

 
9 months, 1 week ago pinki pandey

how can be set as a globally?.it will work for one table.

 
4 months ago Julian Egelstaff

I think you'd have to change collation on all tables. And you can set collation for the database itself too, which affects newly created tables?

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.