摘要: 《Mybatis从入门到精通》 书籍笔记 1、使用concat()字符串连接函数 and user_name like concat('%', {userName}, '%') and user_name like concat(concat('%', {userName}), '%') MySQL 阅读全文
posted @ 2018-08-07 10:15 马又虫 阅读(424) 评论(0) 推荐(0)