define
Syntax
define name [= value]
Description
Defines a string substitution alias.
If no value is provided, ttIsql
displays the current
definition for the specified name.
You must set define on
to enable command substitution.
undefine name
undefines a string substitution alias.
Examples
Command> Set define on; Command> define q = 'myvalue';