Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

Delete DataTable

Use this command to delete a DataTable from memory and allow the re-use of the same DataTable name within the current procedure. To delete only the rows in the DataTable, but maintain the DataTable object itself, see Delete DataTableRows.

Syntax

DELETE DATATABLE DataTableName

where:

  • DataTableName is the name of the DataTable object to delete.

Syntax example

DELETE DATATABLE ExecutiveSalaries

See also

Published:

Delete DataTable

Use this command to delete a DataTable from memory and allow the re-use of the same DataTable name within the current procedure. To delete only the rows in the DataTable, but maintain the DataTable object itself, see Delete DataTableRows.

Syntax

DELETE DATATABLE DataTableName

where:

  • DataTableName is the name of the DataTable object to delete.

Syntax example

DELETE DATATABLE ExecutiveSalaries

See also

For an optimal Community experience, Please view on Desktop