QUIT command
The QUIT command exits the command line processor interactive input mode and returns to the operating system command prompt.
If a batch file is being used to input commands to the command line processor, commands are processed until QUIT, TERMINATE, or the end-of-file is encountered.
Authorization
None
Required connection
None
Command syntax
Command parameters
None
Usage notes
QUIT does not terminate the command line processor backend process or break a database connection. CONNECT RESET breaks a connection, but does not terminate the backend process. The TERMINATE command does both.