Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hive/LanguageManual/DDL" page has been changed by JohnSichi. http://wiki.apache.org/hadoop/Hive/LanguageManual/DDL?action=diff&rev1=40&rev2=41 -------------------------------------------------- === Add Table Properties === {{{ - ALTER TABLE table_name SET PROPERTIES table_properties + ALTER TABLE table_name SET TBLPROPERTIES table_properties table_properties: : (property_key = property_value, property_key = property_value, ... )
