1、 数据库反向模糊查询。
select * from schedule where instr(?,’&’+id+’&’) ;
instr() ;concat(); locate();函数
2、
MySql中,真正的UTF-8编码是 “utf8mb4_bin”。 bin后缀是指以二进制储存,可以区分大小写。
3、
数据库中 MyIASM和 Innodb引擎 要区分清楚。
1、 数据库反向模糊查询。
select * from schedule where instr(?,’&’+id+’&’) ;
instr() ;concat(); locate();函数
2、
MySql中,真正的UTF-8编码是 “utf8mb4_bin”。 bin后缀是指以二进制储存,可以区分大小写。
3、
数据库中 MyIASM和 Innodb引擎 要区分清楚。