Stored Functions
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"
Subject
Views
Written By
Posted
Stored Functions
1048
May 06, 2019 06:51AM
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.