clear table

Examples


The clear table statement clears a table buffer.

Syntax

clear table table_name

Parameters

table_name The name of the table for which the table buffer will be cleared.

Comments

Clearing a table removes the data currently in its table buffer. It doesn’t remove data from the actual table.


Documentation Feedback