Re: how to migrate oracle stored procedures to mysql
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
Subject
Views
Written By
Posted
17771
November 05, 2007 05:33AM
8738
December 12, 2007 11:36PM
Re: how to migrate oracle stored procedures to mysql
9185
April 02, 2008 06:20PM
6433
May 20, 2008 02:47PM
6365
May 21, 2008 03:13AM
5820
May 21, 2008 07:06AM
5897
June 05, 2008 11:37PM
5073
April 13, 2009 03:00AM
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.