Skip to main content

Syntax

Usage

A function can be dropped using one of the following methods:
  • Full function signature:
  • Function name only, if it’s unique in its schema:
You can run SHOW FUNCTIONS; to list all existing UDFs to see if a function name is unique.

See also

CREATE AGGREGATE

Create a user-defined aggregate function

DROP FUNCTIONS

Drop a user-defined function