站内搜索

mysql查询空格问题_MySQL

今天遇到一个问题,select * from A表 where A字段=‘’和 select * from A表 where A字段=‘ ’;查询出来的结果是一样的,这个有可能被利用,SQL注入绕过 防护之类,引起警觉!!!
  • 上一篇:New feature in MariaDB 10.1: ANALYZE statement_MySQL
  • 下一篇:Optimizations for derived tables in MySQL 5.6 and MariaDB 5._MySQL