Updated on 2023-11-03 GMT+08:00

Displaying Function Details

Function

Displays information about a specified function.

Syntax

1
DESCRIBE FUNCTION [EXTENDED] [db_name.] function_name;

Keyword

EXTENDED: displays extended usage information.

Precautions

The metadata (implementation class and usage) of an existing function is returned. If the function does not exist, the system reports an error.

Example

Displays information about the mergeBill function.

1
DESCRIBE FUNCTION mergeBill;