Zoomed Image

AMSX Scripting Language - Command : DropTempTable

Summary

Drop a temporary database table if it exists

Description

Drops the named temporary table from the database. No error is raised if the table does not exist. Use this to clean up temp tables at the end of a script or before recreating them.

Parameters

ParameterDescription
cmdtable name

Syntax


DropTempTable "table name"

Return to the AMSX Command Reference