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

首頁 > 數據庫 > SQL Server > 正文

SQL Server中的模式匹配

2024-08-31 00:48:06
字體:
來源:轉載
供稿:網友



author: david euler
date: 2004/11/17
email: [email protected]
有任何問題,請與我聯系:)

sql server books online上面搜索like,找到了包含%,_,[],[^]幾個通配符。
如:select * from mybbs where content like '[w]%'
like關鍵字用于搜索匹配某個模式的字符串,或者日期,時間值。
sql server books中的部分解釋如下:
pattern matching in search conditions
the like keyword uses a regular expression to contain the pattern that the values are matched against. the pattern contains the character string to search for, which can contain any combination of four wildcards.
wildcardmeaning%any string of zero or more characters._any single character.[ ]any single character within the specified range (for example, [a-f]) or set (for example, [abcdef]).[^]any single character not within the specified range (for example, [^a - f]) or set (for example, [^abcdef]).

enclose the wildcard(s) and the character string in single quotation marks, for example: like '%en%' searches for all strings that contain the letters en anywhere in the string (bennet, green, mcbadden).
like '_heryl' searches for all six-letter names ending with the letters heryl (cheryl, sheryl).
like '[ck]ars[eo]n' searches for carsen, karsen, carson, and karson (carson).
like '[m-z]inger' searches for all names ending with the letters inger that begin with any single letter from m through z (ringer).
like 'm[^c]%' searches for all names beginning with the letter m that do not have the letter c as the second letter (macfeather).
this query finds all phone numbers in the authors table that have area code 415:

select phonefrom pubs.dbo.authorswhere phone like '415%'
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 长子县| 得荣县| 元谋县| 城固县| 汾阳市| 延安市| 海安县| 双城市| 金秀| 建瓯市| 山阳县| 呼图壁县| 静乐县| 甘泉县| 上思县| 郸城县| 河北省| 德格县| 灵丘县| 馆陶县| 灵山县| 阿拉善右旗| 安达市| 洛扎县| 江源县| 乳源| 鄂伦春自治旗| 新营市| 贵德县| 江门市| 香港 | 明光市| 乌拉特后旗| 光山县| 十堰市| 苍溪县| 微山县| 延安市| 嘉善县| 平泉县| 运城市|