Ending an isql session
<< Starting an isql session | Firebird Interactive SQL Utility | Getting help >>
Ending an isql
session
There are two ways to exit isql
.
- If you wish to roll back all uncommitted work and exit
isql
type this command at the prompt:
SQL> QUIT;
- If you wish to commit all your work before exiting
isql
, then type in the following command:
SQL> EXIT;
back to top of page
<< Starting an isql session | Firebird Interactive SQL Utility | Getting help >>