Previous Topic: Executing a Bulk InsertNext Topic: CALL Statement


Invoking Procedures

There are two types of SQL invoked procedures: a procedure and a table procedures. Both types can be invoked using either a CALL statement or a SELECT statement. This section describes the results of invoking procedures in each of these ways.