Alter Table
This section shows you the translations related to ALTER TABLE.
1. Description
ALTER TABLE [ schema. ] table
[ alter_table_properties
| column_clauses
| constraint_clauses
| alter_table_partitioning
| alter_external_table
| move_table_clause
]
[ enable_disable_clause
| { ENABLE | DISABLE } { TABLE LOCK | ALL TRIGGERS }
] ...
;2. Sample Source Patterns
2.1. Alter table with clauses
2.2. Alter table with not supported cases
2.3. ADD CONSTRAINT action
3. Known Issues
4. Related EWIs
Last updated
Was this helpful?