select *from tableA where upper(A) like concat(concat(‘%’,upper(#{B})),’%’)
Mybatis模糊查询忽略大小小
最新推荐文章于 2025-06-16 16:49:25 发布
select *from tableA where upper(A) like concat(concat(‘%’,upper(#{B})),’%’)