Syntax for Function Parameters : Parameters « Procedure Function « SQL / MySQL
- SQL / MySQL
- Procedure Function
- Parameters
Syntax for Function Parameters
CREATE FUNCTION name ([parameterlist]) RETURNS datatype
[options] sqlcode
Related examples in the same category