Contents Index Passing parameters to procedures Returning results from procedures

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

Passing parameters to functions


User-defined functions are not invoked with the CALL statement, but are used in the same manner that built-in functions are. For example, the following statement uses the fullname function defined in Creating user-defined functions to retrieve the names of employees:

To list the names of all employees

Name
Fran Whitney
Matthew Cobb
Philip Chin
Julie Jordan
...
Notes 

Contents Index Passing parameters to procedures Returning results from procedures