imay commented on a change in pull request #1799: Support table comment and
column comment for view
URL: https://github.com/apache/incubator-doris/pull/1799#discussion_r324470666
##########
File path: docs/documentation/cn/sql-reference/sql-statements/Data
Definition/CREATE TABLE.md
##########
@@ -8,8 +8,9 @@
[key_desc]
[partition_desc]
[distribution_desc]
- [PROPERTIES ("key"="value", ...)];
- [BROKER PROPERTIES ("key"="value", ...)];
+ [PROPERTIES ("key"="value", ...)]
+ [BROKER PROPERTIES ("key"="value", ...)]
+ [COMMENT "table comment"];
Review comment:
To comply with mysql, comment should locate before partition define. Both
Comment and Engine are table options.
[Here](https://dev.mysql.com/doc/refman/8.0/en/create-table.html) is the
reference.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]