Operating Condition
Syntax: SET SEMI ON/OFF
Default: OFF
Use SEMI to set the semicolon (;) key as the command terminator instead of the [Enter] key.
When SEMI is set on, you can enter multiple command lines without a continuation symbol. Also, the semicolon runs commands created for other SQL databases, such as SQL Server.
Note: When SEMI is set on, all commands, including EXIT, must be followed with a semicolon.
The following command line sets SEMI off:
SET SEMI OFF;