mysql where子句 区分 大小写

51 阅读1分钟

解决办法 使用binary关键字,此时就能区分大小写了 

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