[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
DECLARE
Local Variables
DECLARE var_name[,...] type [DEFAULT value] |
This command is used to declare local variables. The scope of a variable is
within the BEGIN ... END
block.