Displaying Function Details
Function
Displays information about a specified function.
Syntax
1 | DESCRIBE FUNCTION [EXTENDED] [db_name.] function_name;
|
Keywords
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;
|
Last Article: Deleting a Function
Next Article: Displaying All Functions
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.