Monday, 13 May 2013

Select PatIndex,CharIndex using sql


Select PatIndex,CharIndex using sql

//Select


//PATINDEX

  Select PATINDEX('%version%',Content) as PatIndex From Char_Index



//CHARINDEX

      Select CharIndex('src',Content) as CharIndex From Char_Index where  
       ID='1'





No comments:

Post a Comment