sql server中的charindex函數用法解析(在一段字元中搜尋字元或者字串-----返回expression1在expression2出現的位置;反之,返回0)

來源:互聯網
上載者:User

標籤:def   知識點   class   ret   sel   print   keyword   har   expr   

70651358

知識點一:charindex()文法

        CHARINDEX ( expression1 , expression2 [ , start_location ] )解析:    expression1 必需 ---要尋找的子字串    expression2 必需 ---父字串    start_location 可選 ---指定從父字串開始尋找的位置,預設位置從1開始

知識點二: charindex()的作用

    從expression2字串中指定的位置處開始尋找是否包含expression1字串
  • 1

知識點三:charindex()的傳回值

    如果能夠從expression2字串中尋找到expression1字串則返回expression1在    expression2出現的位置;反之,返回0
  • 1
  • 2

知識點四:執行個體示範

1.包含:

select CHARINDEX(‘cd‘,‘abcdefg‘)
  • 1

結果為:3

2.不包含:

select CHARINDEX(‘dc‘,‘abcdefg‘)
  • 1

結果為:0

知識點四:charindex()的參數不區分大小寫

案例:

select CHARINDEX(‘bCD‘,‘abcdefg‘)
  • 1

結果為:2

 

sql server中的charindex函數用法解析(在一段字元中搜尋字元或者字串-----返回expression1在expression2出現的位置;反之,返回0)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.