SET
Function
The ALTER TABLE ... SET|UNSET command is used to modify table properties.
Syntax
ALTER TABLE Table name SET|UNSET tblproperties
Parameter Description
Parameter |
Description |
---|---|
tableName |
Table name. |
tblproperties |
Table properties. |
Example
ALTER TABLE table SET TBLPROPERTIES ('table_property' = 'property_value') ALTER TABLE table UNSET TBLPROPERTIES [IF EXISTS] ('comment', 'key')
Response
You can run the DESCRIBE command to view new table properties.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot