COMMENT
Syntax
COMMENT ON TABLE name IS 'comments'
Description
This statement is used to set the comment information of a table. You can delete the comment by setting the comment information to NULL.
Example
Change the comment of the users table to "master table". You can run the show create table tablename statement to view the comment.
COMMENT ON TABLE users IS 'master table';
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