LIST FUNCTION_SOURCES

Syntax

{ LIST | SHOW } FUNCTION_SOURCES;

Description

This command provides a list of Function Sources within the Organization.

Function Sources will only be listed if the current role has USAGE privileges.

Examples

demodb.public/demostore# LIST FUNCTION_SOURCES;
   Name     |          Description           |  Owner   |      Created at      |      Updated at
------------+--------------------------------+----------+----------------------+-----------------------
  funcs1    | UDF source for upper and lower | sysadmin | 2022-08-10T18:48:54Z | 2022-08-10T18:48:54Z
            | case                           |          |                      |
  locFuncs  | Source for complex location    | sysadmin | 2023-02-15T22:12:48Z | 2023-02-15T22:12:48Z  
            | data                           |          |                      |

Last updated