Writing and Calling User-Defined Functions

This chapter describes how to create and call user-defined functions (UDFs).

Contents

About user-defined functions

Creating user-defined functions

Calling user-defined functions

Working with arguments and variables in functions

Handling errors in UDFs

A user-defined function example

Using UDFs effectively