DROP FUNCTION
June 27, 2018 ยท View on GitHub
DROP FUNCTION IF EXISTS udf_name
Description
Drops an existing function. If the function to drop does not exist, an exception is reported.
Example
DROP FUNCTION IF EXISTS app.strnglen
Related Topics