DB2 Drop Function

The DB2 Drop Function Tool allows users to select a Function to be dropped. The tool then generates the SQL to drop the Function.

Listed below is an example SQL statement generated by the Drop Function Tool.

DROP FUNCTION TESTUSER.GET_SALARY

DB2 Drop Function