The ERASE command removes a query, form, procedure, or table from the database.
>>-- ERASE ------------- ObjectName -------------------------------------<< +- QUERY -+ +- ( CONFIRM = YES/NO -+ +- FORM --+ +- PROC --+ +- TABLE -+
Parameter | Description |
---|---|
ObjectName | The name of the object to remove from the database. |
CONFIRM | Specifies whether or not to display a confirmation dialog before removing the object. If CONFIRM is not specified or is NO, the corresponding resource limit is used. |
ERASE QUERY USER1.QUERY1