


RUN (without argument) starts the command in the INPUT area and implicitly copies it into the command history.

Comments
1. If the command is a SELECT statement producing a result table, QUERY branches to the REPORT mode.
2. If there is no result table to be displayed and command execution was successful, QUERY returns to the INPUT mode with a message indicating its success.
3. If an error was detected while executing a command, QUERY returns to the INPUT mode with a corresponding message, marking the incorrect position in the input area.
4. The execution of a database transaction is always terminated with COMMIT. In this way, QUERY prevents an interactive user from unintentionally holding locks and possibly blocking other users.


