ALTER TABLE

This command alters the previously configured options for the specified table.

Syntax

ALTER TABLE <table_identifier> 
    SET <table_option> = <value>;

Last updated