CHARINDEX function in SQL Server

added by SadiaAziz
4/25/2011 12:46:01 PM

121 Views

MS SQL Server has a function called CHARINDEX which can perform the same operation as the INSTR function. It takes three arguments. CHARINDEX(<Search String>...


0 comments