Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

On this page

DROP FUNCTION

Updated on 2022-11-18 GMT+08:00

Syntax

DROP FUNCTION [ IF EXISTS ] qualified_function_name

Description

It is used to delete an existing function that matches the given function name. If no matching function exists, the optional IF EXISTS clause will cause the NOT_FOUND error to be suppressed.

Currently, Java and JDBC functions can be deleted.

Example

  • Delete the example.namespace01.date_diff function:

    DROP FUNCTION example.namespace01.date_diff

  • Delete the example.namespace01.date_diff function if it exists:

    DROP FUNCTION IF EXISTS example.namespace01.date_diff

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback