首页
科技
登录
6mi
u
盘
搜
搜 索
科技
mybatis 三种模糊查询方式
mybatis 三种模糊查询方式
科技
2025-10-27
9
第一种 select
*
from table where colum like
'%${value}%'
传参数的时候传 %参数% select
*
from table where colum like #
{
value
}
在标签内使用bind子标签
转载请注明原文地址:https://blackberry.8miu.com/read-42153.html
最新回复
(
0
)