MySQL Forums
Forum List  »  Stored Procedures

Stored Functions
Posted by: Michael Peters
Date: May 06, 2019 06:51AM

I come from SQLServer where you can write a stored function or procedure. It is stored in the database and you can call it from anywhere in SQL statements.
Starting with MySQL now, I wrote a function in HeidiSQL using "create function myfunc". The create statements is executed but where is the function now - is it stored somewhere? when I try to call it, it "does not exist"

Options: ReplyQuote


Subject
Views
Written By
Posted
Stored Functions
971
May 06, 2019 06:51AM
362
May 06, 2019 07:38AM
366
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.