首页
技术博客
登录
6mi
u
盘
搜
搜 索
技术博客
mybatis 模糊查询
mybatis 模糊查询
tech
2022-09-19
107
方式(使用concat函数)
SQL CONCAT函数用于将两个字符串连接起来,形成一个单一的字符串
select
* from user where name like concat
(
'%'
,
#{name}, '%')
这种写法能方式sql注入
转载请注明原文地址:https://tech.qufami.com/read-5276.html
最新回复
(
0
)