Undefine command

SQL*XL
home

Syntax:
undef[ine]variable;

Description:
Undefines a substitution variable.

Examples:
define employee = Jones;
define my_variable= 'Hello World';
undefineemployee;
undefine my_variable;< /EM>

See also: