HP-UX AAA Server A.08.00.01 Administrator's Guide

SQL Statement
The SQLStatement section defines the SQL statement using standard SQL statement
syntax to execute on the input data. Following is the syntax of the SQLStatement data
structure:
SQLStatement instance {sql_statement}
Where:
instance Database instance identified by the DBID structure.
sql_statement
User defined SQL statement. Passed unmodified to the database
client library.
Example 22-4 shows a complete SQL action definition where a row is deleted from the
session table for a stop session action:
Implementing SQL Access 357