Skip to content

ALTER TABLE

Modifies the properties, columns, or constraints for an existing table from the current/specified schema.

See the Snowflake documentation for more details.

Currently, BodoSQL only supports the following syntax:

ALTER TABLE [ IF EXISTS ] <name> RENAME TO <new_table_name>