Mysql 查询 区分大小写吗?
答案是:不区分。
如果业务需要:SELECT * from tb_user WHERE BINARYuserName = 'quanbu' 关键字
或者建表时:
create table some_table(
str
char
(20)binary
)
Mysql 查询 区分大小写吗?
答案是:不区分。
如果业务需要:SELECT * from tb_user WHERE BINARYuserName = 'quanbu' 关键字
或者建表时:
create table some_table(
str
char
(20)binary
)