Deleting user-defined functions
Use the DROP statement to delete a user-defined function at the current server.
Procedure
To
delete a user-defined function:
- Issue the DROP statement.
- Specify FUNCTION or SPECIFIC FUNCTION.
Example
DROP FUNCTION CHEM.ATOMIC_WEIGHT;