RENAME TABLE keyword

RENAME TABLE is used to change the name of a table.

Syntax#

Flow chart showing the syntax of the RENAME TABLE keyword

Example#

RENAME TABLE 'test.csv' TO 'myTable';

โญ Something missing? Page not helpful? Please suggest an edit on GitHub.