mybatis模糊查询

mybatis模糊查询

Oracle数据库模糊查询第一种方法selectfrom user where name like ‘%’||’张’||’%’;第二种方法selectfrom user where name like ‘%张%’;第三种方法select * from user where name like concat(concat(‘%’,’张’),’%’)参考博客:https://blog.csdn.

联系我们

联系我们

0577-28828765

在线咨询: QQ交谈

邮箱: xwei067@foxmail.com

工作时间:周一至周五,9:00-17:30,节假日休息

返回顶部