Adds a string to the transaction log.
sa_audit_string ( string )
DBA authority required.
If auditing is turned on, this system procedure adds a comment into the audit log. The string can be a maximum of 200 bytes long.
The following call adds a comment into the audit log:
CALL sa_audit_string( 'Auditing test' )