DROP FUNCTION
Applies to ❌ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
This statement is used to drop a FUNCTION
from the database catalog.
// Drop a function create.dropFunction("func").execute(); // Drop a function if it exists create.dropFunctionIfExists("func").execute();
Feedback
Do you have any feedback about this page? We'd love to hear it!