# DROP FUNCTION **Syntax** ```sql DROP FUNCTION FunctionName ``` **Example** 删除函数cut2 ```sql DROP FUNCTION cut2; ```