MySQL Store Function is a part of MySQL stored program. It is a set of SQL statements that perform some specific task and return a single value. Syntax:- DELIMITER $$ CREATE FUNCTION fun_name(para1,para2,…) RETURN datatype
- Home
- MySQL Store Function
MySQL Store Function is a part of MySQL stored program. It is a set of SQL statements that perform some specific task and return a single value. Syntax:- DELIMITER $$ CREATE FUNCTION fun_name(para1,para2,…) RETURN datatype