MySQL 模糊查询

原文:https://blog.csdn.net/weixin_42114097/article/details/88229140



select * from user where username like CONCAT('%',#{username},'%')
posted @ 2020-08-06 10:33  古兴越  阅读(153)  评论(0)    收藏  举报