The stored procedure characteristics include a number of options for how the stored procedure behaves. : Procedure : Procedure Function MySQL TUTORIALS


MySQL TUTORIALS » Procedure Function » Procedure »

 

The stored procedure characteristics include a number of options for how the stored procedure behaves.


The following table lists the available options.

Characteristic Value Description
LANGUAGE SQL The language used to write the stored procedure.
SQL SECURITY DEFINER or INVOKER The SQL SECURITY tells MySQL which user to use when running the procedure. The default is DEFINER.
COMMENT The COMMENT is a place to enter notes. The comment is displayed in SHOW CREATE PROCEDURE commands.





Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Procedure Function
» Procedure