Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Wiki Markup
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\]
\\