实训--mybatics--之模糊查找-concat

Posted czy16

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了实训--mybatics--之模糊查找-concat相关的知识,希望对你有一定的参考价值。

mysql 模糊查询 concat()
2017年02月08日 10:27:43
阅读数:15861
concat() 函数,是用来连接字符串。

精确查询: select * from user where name=”zhangsan”
模糊查询; select * from user where name like “%zhang%”

在实际的使用中,条件是作为参数传递进来的。 所以我们使用 concat() 函数

mybatis:
select * from user where name like concat(“%”, #{name},”%”)

concat(str1,str2,str3,str4,……….); 连接字符串函数,会生成一个字符串






以上是关于实训--mybatics--之模糊查找-concat的主要内容,如果未能解决你的问题,请参考以下文章

看大数据最大技术难关之模糊检索,PostgreSQL如何攻克

6月27号实训报告——Mongodb复杂查询

实训之压缩软件

linux基础之文件查找

软件工程实训 服装库存管理系统

头歌实践教学平台答案(Python实训答案之循环结构)