If a table is no longer required, you can delete it using the Delete Table
command.
delete table NAME [user USER_NAME | system]; |
-
NAME
is the name of the table to be deleted. If you are a business administrator with person access, you can include the User clause to indicate another user’s workspace object.
-
USER_NAME
refers to a person, group, role, or association.
-
system
refers to a table that is available for system-wide use, and not associated with the session context.
This command searches the list of defined tables. If the name is found, that table is deleted. If the name is not found, an error message is displayed.
For example, to delete the table named “Income Tax Table,” enter the following:
delete table "Income Tax Table"; |
After this command is processed, the table is deleted and you receive an MQL prompt for another command.