DROP PROCEDURE drops a .
Required privileges
To drop a procedure, a user must have theDROP on the procedure.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DROP PROCEDURE drops a .
DROP on the procedure.
| Parameter | Description |
|---|---|
proc\_name | The name of one of more procedures to drop. |
routine\_param | An optional list of the procedure parameters. |
DROP PROCEDURE delete_earliest_histories;
