A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/sql-reference/sql/show-external-functions below:

SHOW EXTERNAL FUNCTIONS | Snowflake Documentation

Reference SQL command reference Functions, procedures, & scripting SHOW EXTERNAL FUNCTIONS SHOW EXTERNAL FUNCTIONS

Lists all the external functions created for your account.

For more information, see Writing external functions.

See also:

SHOW FUNCTIONS , SHOW USER FUNCTIONS, CREATE EXTERNAL FUNCTION , ALTER FUNCTION

Syntax
SHOW EXTERNAL FUNCTIONS [ LIKE '<pattern>' ]
           [ IN { APPLICATION <application_name> | APPLICATION PACKAGE <application_package_name> }  ]

Copy

Parameters
LIKE 'pattern'

Optionally filters the command output by object name. The filter uses case-insensitive pattern matching, with support for SQL wildcard characters (% and _).

For example, the following patterns return the same results:

... LIKE '%testing%' ...

... LIKE '%TESTING%' ...

. Default: No value (no filtering is applied to the output).

[ IN ... ]

Optionally specifies the scope of the command. Specify one of the following:

APPLICATION application_name, . APPLICATION PACKAGE application_package_name

Returns records for the named Snowflake Native App or application package.

Usage notes Examples

Show all external functions:

Show only external functions matching the specified regular expression:

SHOW EXTERNAL FUNCTIONS LIKE 'SQUARE%';

Copy


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4