MySQL Forums
Forum List  »  Oracle

Re: how to migrate oracle stored procedures to mysql
Posted by: Marten Visser
Date: April 02, 2008 06:20PM

Hi,

a more fundamental question is related to this:

Can any Oracle stored procedure be rewritten in MySQL?

I.e. Oracle supports the goto statement in PLSQL.
This allows one to jump out of a stored procedure at any point, based on a condition, rather than an exception (which is supported in MySQL).

Can this be implemented using the current MySQL syntax?
(how?)

Thanks,

--Marten

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: how to migrate oracle stored procedures to mysql
9100
April 02, 2008 06:20PM


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.