主頁 > 知識(shí)庫 > sqlserver 中charindex/patindex/like 的比較

sqlserver 中charindex/patindex/like 的比較

熱門標(biāo)簽:電話機(jī)器人錄音師薪資 孝感銷售電銷機(jī)器人廠家 高德地圖標(biāo)注電話怎么沒了 江西穩(wěn)定外呼系統(tǒng)供應(yīng)商 智能電銷機(jī)器人教育 北京智能外呼系統(tǒng)供應(yīng)商家 中國地圖標(biāo)注省份用什么符號 奧維地圖標(biāo)注字體大小修改 無錫梁溪公司怎樣申請400電話
一、測試環(huán)境:

1。數(shù)據(jù)庫:Sql Server 2008

2。測試表:15000記錄,char類型主鍵,無其他索引

3。測試字段:ntext 類型,最大數(shù)據(jù)長度12000

二、測試語句:

1。select * from ProductTemp where ProductDesc like '%192.168.70.236%'

2。select * from ProductTemp where charindex('192.168.70.236',ProductDesc)>0

3。select * from ProductTemp where patindex('%192.168.70.236%',ProductDesc)>0

三、測試結(jié)果:

1。效率測試結(jié)果: charindex > like > patindex ,效率差大概20%

2。適用性測試結(jié)果:

1)charindex對于檢索結(jié)果最大位移有要求,經(jīng)測試,Sql2008中的ntext字段,位移不能超過3987,否則返回0;

2)patindex 和 like 無位移限制;

3)patindex 支持匹配表達(dá)式,可以應(yīng)用正則;

4)like可以用'%oldstring%'進(jìn)行模糊匹配;

5)charindex只能匹配固定字符串
您可能感興趣的文章:
  • 詳解C語言中index()函數(shù)和rindex()函數(shù)的用法
  • 用Python操作字符串之rindex()方法的使用
  • SQL中Charindex和Oracle中對應(yīng)的函數(shù)Instr對比
  • SQLserver中字符串查找功能patindex和charindex的區(qū)別
  • Python rindex()方法案例詳解

標(biāo)簽:泰州 阜陽 荊州 齊齊哈爾 海北 臨滄 通化 那曲

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《sqlserver 中charindex/patindex/like 的比較》,本文關(guān)鍵詞  sqlserver,中,charindex,patindex,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《sqlserver 中charindex/patindex/like 的比較》相關(guān)的同類信息!
  • 本頁收集關(guān)于sqlserver 中charindex/patindex/like 的比較的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章