DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(mysql.info.gz) DECLARE Local Variables

Info Catalog (mysql.info.gz) Variables in Stored Procedures (mysql.info.gz) Variables in Stored Procedures (mysql.info.gz) SET Statement
 
 19.1.6.1 `DECLARE' Local Variables
 ..................................
 
      DECLARE VAR_NAME[,...] TYPE [DEFAULT VALUE]
 
 This statement is used to declare local variables. The scope of a
 variable is within the `BEGIN ... END' block.
 
Info Catalog (mysql.info.gz) Variables in Stored Procedures (mysql.info.gz) Variables in Stored Procedures (mysql.info.gz) SET Statement
automatically generated byinfo2html