The following commands are also available:
ACEINT Command |
Description |
<[file] |
Read input from file. If [file] is not supplied, aceint.sql in the current working directory is used. |
>[file] |
Write
last SQL statement to file. |
>>[file] |
Append
last SQL statement to file. |
# |
Comment line. |
-- |
SQL comment line. |
E[D[IT]] |
Call editor program specified in the ACEEDITOR user environment variable. |
H[ELP] |
Display help text. |
S[E[RVER]] |
Display Server Information. |
Q[UIT] |
Quit program after an implicit rollback and disconnects all sessions. |