MySQL Forums
Forum List  »  Microsoft SQL Server

MS SQL equivalent of below MYSql code
Posted by: a pat
Date: September 10, 2010 08:09AM

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...

Options: ReplyQuote


Subject
Written By
Posted
MS SQL equivalent of below MYSql code
September 10, 2010 08:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.