MySQL Forums
Forum List  »  Stored Procedures

Re: Stored Functions
Posted by: Peter Brawley
Date: May 06, 2019 03:44PM

No edit/delete, I think the idea is to preserve history & continuity.

Stored funcs & procs are database objects, they live in the DB where they were created. If in DB abc you write created function myfunct(...), it can be invoked with its database qualifier from database abc, or with it from any other DB.

Options: ReplyQuote


Subject
Views
Written By
Posted
977
May 06, 2019 06:51AM
363
May 06, 2019 07:38AM
Re: Stored Functions
368
May 06, 2019 03:44PM


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.