码迷,mamicode.com
首页 > 数据库 > 详细

mybatis中使用mysql的模糊查询字符串拼接(like)

时间:2017-11-30 15:14:55      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:html   where   name   result   get   blog   color   方法   span   

方法一:

<!--  根据hid,hanme,grade,模糊查询医院信息-->
<select id="getHospitalLike" resultType="com.hand.hand.domain.Hospital">
SELECT * FROM hospital
where hid like ‘%‘||#{selectword}||‘%‘ or hname like ‘%‘||#{selectword}||‘%‘ or grade like ‘%‘||#{selectword}||‘%‘
</select>



其他拼接法,可参考:https://www.cnblogs.com/dushan/p/4766954.html

mybatis中使用mysql的模糊查询字符串拼接(like)

标签:html   where   name   result   get   blog   color   方法   span   

原文地址:http://www.cnblogs.com/shuaifing/p/7928628.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!