SQL实现模糊查询的四种方法总结
创始人
2025-01-15 12:35:24
0

目录

 

一、一般模糊查询

二、利用通配符查询

1. _ 表示任意的单个字符

2. % 表示匹配任意多个任意字符

3. [ ]表示筛选范围

4. 查询包含通配符的字符串


一、一般模糊查询

1. 单条件查询

//查询所有姓名包含“张”的记录  select * from student where name like '张'

2. 多条件查询

//查询所有姓名包含“张”,地址包含四川的记录  select * from student where name like '张' and address like '四川'  //查询所有姓名包含“张”,或者地址包含四川的记录  select * from student where name like '张' or address like '四川'

 

二、利用通配符查询

通配符:_ 、% 、[ ]

 

1. _ 表示任意的单个字符

//查询所有名字姓张,字长两个字的记录  select * from student where name like '张_'  //查询所有名字姓张,字长三个字的记录  select * from student where name like '张__'

 

2. % 表示匹配任意多个任意字符

//查询所有名字姓张,字长不限的记录  select * from student where name like '张%'  //查询所有名字姓张,字长两个字的记录  select * from student where name like '张%'and len(name) = 2

 

3. [ ]表示筛选范围

//查询所有名字姓张,第二个为数字,第三个为燕的记录  select * from student where name like '张[0-9]燕'  //查询所有名字姓张,第二个为字母,第三个为燕的记录  select * from student where name like '张[a-z]燕'  //查询所有名字姓张,中间为1个字母或1个数字,第三个为燕的名字。字母大小写可以通过约束设定,不区分大小写  select * from student where name like '张[0-9a-z]燕'  //查询所有名字姓张,第二个不为数字,第三个为燕的记录  select * from student where name like '张[!0-9]燕'   //查询名字除了张开头妹结尾中间是数字的记录  select * from student where name not like '张[0-9]燕'

 

4. 查询包含通配符的字符串

//查询姓名包含通配符%的记录   select * from student where name like '%[%]%'                //通过[]转义  //查询姓名包含[的记录   select * from student where name like '%/[%' escape '/'    //通过指定'/'转义  //查询姓名包含通配符[]的记录   select * from student where name like '%/[/]%' escape '/'    //通过指定'/'转义

到此这篇关于SQL实现模糊查询的四种方法总结的文章就介绍到这了。

 

 

相关内容

热门资讯

透视烘培!aapoker辅助器... 透视烘培!aapoker辅助器怎么用,AApoker辅助插件切实有下载,第十分钟教程(有挂规律)1、...
出乎意料的是!hhpoker有... 出乎意料的是!hhpoker有没有辅助,微信小程序微乐为什么老输,解密脚本(有挂教学)-哔哩哔哩1、...
透视揭露!aapoker插件下... 透视揭露!aapoker插件下载,aapoker插件下载(透视)竟然存在有神器(哔哩哔哩)破解侠是真...
透视法门!拱趴大菠萝怎么开挂,... 透视法门!拱趴大菠萝怎么开挂,闲聚app辅助软件(辅助)都是有方法(哔哩哔哩)1、每一步都需要思考,...
透视指南书!wpk作必弊,WP... 透视指南书!wpk作必弊,WPK透视总是真的有透视,4分钟教程(真的有挂)wpk作必弊能透视中分为三...
透视挂!wepoker有辅助器... 透视挂!wepoker有辅助器吗,微乐自建房脚本最新版本更新内容,曝光脚本(有挂技巧)-哔哩哔哩we...
脚本总结!wepoker透视脚... 脚本总结!wepoker透视脚本下载,wepoker透视是真的吗(透视)其实是真的脚本(哔哩哔哩)e...
透视要领!拱趴大菠萝挂怎么安装... 透视要领!拱趴大菠萝挂怎么安装,情怀怎么开挂(辅助)本来有app(哔哩哔哩)所有人都在同一条线上,像...
透视法子!aapoker怎么控... 透视法子!aapoker怎么控制牌,AApoker发牌逻辑果然有辅助,5分钟教程(有挂解密)透视法子...
脚本揭幕!HH平台挂,德州局H... 脚本揭幕!HH平台挂,德州局HHpoker透视脚本(透视)一贯真的是有攻略(哔哩哔哩)亲,关键说明,...