- To display a command prompt panel:
ERASE ?
- To erase the table PATTI.TABLEONE:
ERASE TABLE PATTI.TABLEONE
- To erase a query named JBQUERY and display a confirmation panel.
ERASE JBQUERY (CONFIRM=YES
- To erase the table PATTI.TABLETWO at the DALLAS location while your local
location is BOISE, you must first connect to DALLAS:
CONNECT TO DALLAS
then issue the ERASE command:
ERASE TABLE PATTI.TABLETWO
[