Comment
Create table option
Description
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
Related EWIs
Last updated
Was this helpful?