Dropping a Function
You drop a function using DROP FUNCTION
.
SQL> DROP FUNCTION circle_area;
Function dropped.
SQL>
Home »
Oracle »
PL/SQL »
Oracle »
PL/SQL »
Functions:
- Create a function
- Call a function with named and mixed notation
- Return the average salary
- Information on Functions
- Dropping a Function
Related: