mysql where clause is case sensitive

The solution  uses the binary keyword , which is case sensitive at this time 

SELECT * FROM `tb_test` WHERE BINARY COL_1='abc'

Guess you like

Origin blog.csdn.net/lw112190/article/details/107127214