How do I declare a variable in Sqlplus?
How do I declare a variable in Sqlplus? DEFINE enter a new DEFINE command referencing the variable. enter an UNDEFINE command referencing the variable. enter an ACCEPT command referencing the variable. reference the variable in the NEW_VALUE or OLD_VALUE clause of a COLUMN command and then reference the column in a SELECT command. EXIT SQL*Plus. […]