Syntax for Changing store procedures : Procedure « Procedure Function « SQL / MySQL
- SQL / MySQL
- Procedure Function
- Procedure
Syntax for Changing store procedures
ALTER FUNCTION/PROCEDURE name
[NAME newname]
[SQL SECURITY DEFINER/INVOKER]
[COMMENT 'newcomment']
Related examples in the same category