SQL Drop Function

The drop function statement removes a UDF created with the create function statement. For example:

 
    drop function load_trades;