DROP FUNCTION removes one or more from a database.
The DROP FUNCTION statement performs a schema change. For more information about how online schema changes work in CockroachDB, see .
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DROP FUNCTION removes one or more from a database.
The DROP FUNCTION statement performs a schema change. For more information about how online schema changes work in CockroachDB, see .
| Parameter | Description |
|---|---|
func_name | The name of one of more functions to drop. |
func_params_list | An optional list of the function parameters. |
