LIST FUNCTIONS

Syntax

{ LIST | SHOW } FUNCTIONS;

Description

This command provides a list of Functions defined under the Organization.

Functions will only be visible if the current role has USAGE privileges.

Examples

demodb.public/demostore# LIST FUNCTIONS;
  Source |      Class       |         Signature          |  Owner   |      Created at      |      Updated at
---------+------------------+----------------------------+----------+----------------------+-----------------------
  Funcs1 | demo.DSUpperCase | toupper(s VARCHAR) VARCHAR | sysadmin | 2022-08-10T1

Last updated