SHOW FUNCTIONS#
Synopsis#
SHOW FUNCTIONS [ LIKE pattern ]
Description#
List all the functions available for use in queries.
Specify a pattern in the optional LIKE
clause to
filter the results to the desired subset. For example, the following query
allows you to find functions beginning with array
:
SHOW FUNCTIONS LIKE 'array%';