Displaying Function Details

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

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;
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback