Mybatis中模糊查询的各种写法

Mybatis中模糊查询的各种写法

http://woshixy.blog.51cto.com/5637578/1051263

亲测可用: SELECT * FROM tableName WHERE name LIKE '%${text}%';

原文地址:https://www.cnblogs.com/stono/p/6582547.html