MySQL Forums
Forum List  »  Stored Procedures

How to use the compound "begin end" syntax?
Posted by: mars_human mars_human
Date: January 20, 2006 10:12PM

I want to use nesting "begin end" in the stored proceduces,such like below:
can I realize it? thanks.
create proceduces....
begin

begin
begin

end;
end;



end;

Options: ReplyQuote


Subject
Views
Written By
Posted
How to use the compound "begin end" syntax?
1805
January 20, 2006 10:12PM


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.