ASA SQL Reference
SQL Statements
Use this statement to stop logging of SQL statements in the current session.
STOP LOGGING
The STOP LOGGING statement stops the database server from writing each SQL statement you execute to a log file. You can start logging with the START LOGGING statement. You can also start and stop logging by clicking SQL
None.
None.
START LOGGING statement [Interactive SQL]
The following example stops the current logging session.
STOP LOGGING