mysql like 变量

Mysql:

select * from 表名 where 字段 like concat('%',变量,'%');

 
原文地址:https://www.cnblogs.com/haoxuan/p/10240119.html