Contents Index Verifying that procedure input arguments are passed correctly Using SELECT statements in batches

ASA SQL User's Guide
  Using Procedures, Triggers, and Batches

Statements allowed in 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:

The CREATE PROCEDURE statement is allowed, but must be the final statement of the batch. Therefore a batch can contain only a single CREATE PROCEDURE statement.


Using SELECT statements in batches

Contents Index Verifying that procedure input arguments are passed correctly Using SELECT statements in batches