Back to Presto

SHOW FUNCTIONS

presto-docs/src/main/sphinx/sql/show-functions.rst

0.297299 B
Original Source

============== SHOW FUNCTIONS

Synopsis

.. code-block:: none

SHOW FUNCTIONS [ LIKE pattern [ ESCAPE 'escape_character' ] ]

Description

List all functions available for use in queries. The LIKE clause can be used to restrict the list of function names.