Advantage SQL Engine
Removes an Advantage Extended Procedure (stored procedure) definition from the Advantage Data Dictionary
Syntax
DROP PROCEDURE <procedure-name>
Remarks
The DROP PROCEDURE statement can only be executed by a user with DROP permissions on the specified procedure.
Example
DROP PROCEDURE GetInfoForTable
See Also