Mysql Functions: by Prof. B.A.Khivsara
Mysql Functions: by Prof. B.A.Khivsara
By Prof. B.A.Khivsara
Note: The material to prepare this presentation has been taken from internet and are
generated only for students reference and not for commercial use.
What's a Stored Function
If procedural programming is new to you, you may be wondering
what the difference is between a Stored Procedure and a Stored
Function. Not too much really.
Third, you must specify the data type of the return value in
the RETURNS statement.
Stored Function- Syntax Explanation