12 2016 档案

MySQl查询区分大小写的解决办法
摘要:通过查询资料发现需要设置collate(校对) 。 collate规则: *_bin: 表示的是binary case sensitive collation,也就是说是区分大小写的 *_cs: case sensitive collation,区分大小写 *_ci: case insensitiv 阅读全文

posted @ 2016-12-11 15:04 xiaoxiaotudou