TABLEDELETE

This statement will delete a table from your current database.

TABLEDELETE(TableName//IsRemote?)
 

PARAMETERS

TableName

The name of the table you wish to delete.

IsRemote?

Determines if the table is a ‘remote’ table.

TABLEDELETE(“MyTable”//”FALSE”)