Mysql大小写问题

时间:2014-07-21 10:17:01   收藏:0   阅读:229

一直以为mysql忽略大小写只是针对表名及字段名这一些。 没有想到数据也忽略大小写。


SELECT * from tt where name =  ‘AA‘;

id         name        age

1         aa             11
4         AA            1


刷新我的价值观啊

记录 一下


Mysql大小写问题,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!