Try OpenEdge Now
SQL Development
User Defined Functions
:
Working with User Defined Functions
:
Dropping a UDF
Dropping a UDF
To Drop a User Defined Function, use the following syntax:
DROP FUNCTION
[
owner_name.
]
udf_name ;