ALTER TABLE table_name SET UNUSED (column_name1, column_name2); ALTER TABLE table_name DROP UNUSED COLUMNS;
Forum Rules