September 24, 2025: CREATE OR ALTER DYNAMIC TABLE (Preview)¶
The CREATE OR ALTER DYNAMIC TABLE command combines the functionality of the CREATE DYNAMIC TABLE command and the ALTER DYNAMIC TABLE command. It executes as a CREATE statement if the dynamic table doesn’t exist. If it does exist, it transforms the dynamic table according to the object definition in the statement.
For more information, see CREATE OR ALTER <object> and CREATE OR ALTER DYNAMIC TABLE.