Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Usage » Using Procedures, Triggers, and Batches

Verifying that procedure input arguments are passed correctly Next Page

Statements allowed in procedures, triggers, events, and batches


All SQL statements are acceptable in batches (including data definition statements such as CREATE TABLE, ALTER TABLE, and so on), with the exception of the following:

You can use COMMIT, ROLLBACK, and SAVEPOINT statements within procedures, triggers, events, and batches with certain restrictions. See Transactions and savepoints in procedures and triggers.

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


Using SELECT statements in batches