You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The DROP command is used to drop tables no longer required. This is useful for removing intermediate tables, used to create summary tables in order to reduce the size of the TARGITDB file.
Syntax:
DROP table_name
Note: The table in question will not be saved in the TARGITDB file.
Example:
DROP [order details]

  • No labels