Hi All,
I am new to MySql. Can anyone help me with the MS SQL equivalent for below MYSQL function?
declare @x int
set @x = 1
substring_index(substring_index(Column1,"/",@x),"/",-1)
Thanks in advance...
I am new to MySql. Can anyone help me with the MS SQL equivalent for below MYSQL function?
declare @x int
set @x = 1
substring_index(substring_index(Column1,"/",@x),"/",-1)
Thanks in advance...