Comment
Create table option
Description
Specifies a comment for the table.
Sample Source
Hive
CREATE TABLE table1 (
col1 STRING
)
COMMENT 'This is the main table';
Snowflake
CREATE TABLE table1 (
col1 STRING
)
COMMENT = 'This is the main table';
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated
Was this helpful?