command cdb_unloadTable pInputA


Summary

This command will unload a table from memory.

Inputs

API Version

Examples

local tInputA
#Table name: customers

put "customers" into tInputA["cdbTableName"]

cdb_unloadTable tInputA
#Table "customers" is no longer loaded in memory