Indexes and table constraints involving the column will be automatically dropped as well. If IF NOT EXISTS is specified and a column already exists with this name, no error is thrown.
This form adds a new column to the table, using the same syntax as CREATE TABLE. RENAME CONSTRAINT constraint_name TO new_constraint_nameĪLTER TABLE ALL IN TABLESPACE name ]ĪDD column_name data_type ]ĭROP column_name ĪLTER column_name TYPE data_type ĪLTER column_name SET DEFAULT expressionĪLTER column_name DROP DEFAULTĪLTER column_name USING INDEX index_name