Quit / Exit command

SQL*XL
home

Syntax:
{QUIT|EXIT} [COMMIT|ROLLBACK];

Description:
Closes Excel and SQL*XL. By default it will commit all changes to the database. If you like to exit rolling back your changes use EXIT ROLLBACK;

Examples:
QUIT COMMIT;
QUIT;
EXIT;
EXIT ROLLBACK;

See also: