Contents Index The structure of procedures and triggers Declaring parameters for procedures

ASA SQL User's Guide
  Using Procedures, Triggers, and Batches
    The structure of procedures and triggers

SQL statements allowed in procedures and triggers


You can use almost all SQL statements within procedures and triggers, including the following:

Some SQL statements you cannot use within procedures and triggers include:

You can use COMMIT, ROLLBACK and SAVEPOINT statements within procedures and triggers with certain restrictions (see Transactions and savepoints in procedures and triggers).

For more information, see the Usage for each SQL statement in the chapter SQL Statements.


Contents Index The structure of procedures and triggers Declaring parameters for procedures