Procedure documentationDeleting Database Functions Locate this document in the navigation structure

Prerequisites

  • The current user must be the owner of the database function or have the DROPIN privilege for the schema to which the database function is assigned.

    More information: SQL Reference Manual, Privilege Specification for a Schema (schema_priv_spec)

  • The database is in the ONLINE operational state.

Procedure

  1. In the explorer tree, open the Functions folder.

  2. In the context menu of the database function, choose Delete.

More Information

SQL Reference Manual, DROP FUNCTION Statement (drop_function_statement)