MySQL Forums
Forum List  »  Microsoft SQL Server

Goto Statement
Posted by: sarva malhotra
Date: July 12, 2007 06:50AM

I want to use Goto statement, but it won't work

Basically my need is

Case XYZ When 'ABC'
Begin
IF xyz IN ('','','','') Then Goto Updater
END
WHEN 'DEF'
Begin
IF xyz IN ('','','','') Then Goto Updater
END
WHEN 'GHI'
Begin
IF xyz IN ('','','','') Then Goto Updater
END

.
.
.

Label Updater:
Update statements

Options: ReplyQuote


Subject
Written By
Posted
Goto Statement
July 12, 2007 06:50AM
July 12, 2007 07:58AM
February 07, 2009 01:43AM
February 10, 2009 06:59AM


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.