select * from userinfo 赞 踩 模糊查询sql语句 <select id="getUserInfoByName" parameterType="String" resultType="com.cckj.bean.UserInfo"> Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。
模糊查询(java)_java模糊查询
select * from userinfo
<where>
<if test="_parameter!=null">
username like '%${_parameter}%'
</if>
</where>
</select>