Skip to content

ALTER VIEW

Modifies the properties for an existing view from the current/specified schema.

See the Snowflake documentation for more details.

Currently, BodoSQL only supports the following syntax:

ALTER VIEW [ IF EXISTS ] <name> RENAME TO <new_name>