MySQL Forums
Forum List  »  Stored Procedures

Re: How to alter procedure and functions
Posted by: maurizio nardò
Date: January 13, 2006 03:36AM

It is'nt bad as it might look, many clients (in particular the one I'm using, SqlYog) recover the code from the server and wrap it with the right DELIMITER,
DROP PROCEDURE etc., so that you can edit your existing code and thereafter load it back to the DB.

So in reality ALTER PROCEDURE and ALTER FUNCTION do not exist as commands, but they do exist as client menu options.
Hope this info is useful.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to alter procedure and functions
3079
January 13, 2006 03:36AM


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.