HELP VOLATILE TABLE;
Will list the Volatile Tables that exist for the current session.
You can simply DROP TableName; for any volatile table you want to remove prior to disconnecting the session.
For information on both these statements, see: SQL Reference - Data Definition Language - Syntax & Examples
HELP VOLATILE TABLE;
Will list the Volatile Tables that exist for the current session.
You can simply DROP TableName; for any volatile table you want to remove prior to disconnecting the session.
For information on both these statements, see: SQL Reference - Data Definition Language - Syntax & Examples