QUIT
Go Up to isql Command Reference
Rolls back the current transaction, closes the database, and ends the isql session.
QUIT;
Description: Both EXIT and QUIT close the database and end an isql session. QUIT rolls back any changes made since the last COMMIT or ROLLBACK, whereas EXIT commits the changes.
- Important:
QUITrolls back uncommitted changes without prompting for confirmation. Before usingQUIT, be sure that any changes that need to be committed are committed. For example, ifSET AUTODDLis off, DDL statements must be committed explicitly.