SQL ReferenceSQL CommandsDROP FUNCTIONDROP FUNCTION No matter UDF or UDAF, you can remove the function via DROP FUNCTION Example: DROP FUNCTION test_add_five_5;