Was this helpful?
Modify Statement
Changes properties of a table or index.
Syntax:
modify [schema.]table_name|[schema.]indexname |
              [ schema.]table-name
              to modify-action [unique]
              [on column_name [asc|desc]{, column_name [asc|desc]}]
              [with_clause];
Last modified date: 12/20/2023