国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > 綜合 > 正文

BetWeen和模糊查詢

2024-07-21 02:50:30
字體:
供稿:網(wǎng)友
BetWeen和模糊查詢

--區(qū)分大小寫性能比較低select * from Students where Age >1 and Age <4select * from Students where Age between 1 and 4--取出一到四的數(shù)據(jù)包含一和四(between在數(shù)據(jù)庫有優(yōu)化,性能比較好,高于上面的語句)select * from Students where Age in(1,2,3)--查詢出年齡包含1,2,3的數(shù)據(jù)select * from Students where Name like 'a%' --以a開頭的后面不管有幾個(gè)字符都可以匹配select * from Students where Name like '_a%'--第二個(gè)字符是a的,_表示一個(gè)任意字符select * from Students where Name like '__a%' --前兩個(gè)是任意字符,第三個(gè)是a字符的進(jìn)行匹配select * from Students where Name like '%[0-9]%'--查詢中間任何位置有數(shù)字的select * from Students where Name like '%[a-z]%'--查出中間任何位置有字母的select * from Students where Name like '%[0-9a-z]%'--查詢中間任何位置有數(shù)字或字母的select * from Students where Name like '%[^0-9]%' --查詢中間任何位置不是數(shù)字的select * from Students where Name like '%[^0-9]' --查詢最后位置不是數(shù)字的select * from Students where Name not like '%[0-9]'


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 湖南省| 绥棱县| 潜山县| 老河口市| 宾川县| 溧水县| 兴隆县| 丽江市| 宁化县| 准格尔旗| 鹤岗市| 余干县| 景泰县| 全椒县| 陵川县| 玉环县| 宁波市| 苍溪县| 邛崃市| 双鸭山市| 铁力市| 葵青区| 阿瓦提县| 仪陇县| 舟曲县| 新乐市| 来宾市| 夏津县| 云林县| 深州市| 台州市| 中山市| 三台县| 石屏县| 金秀| 舞阳县| 阜阳市| 龙山县| 清水河县| 吴旗县| 常山县|