blob: 0458298685a396bca26b4549599666f12441d0e3 [file] [log] [blame]
-- test comment indent processing for multi-line comments
CREATE TABLE test_table_n13(
col1 INT COMMENT 'col1 one line comment',
col2 STRING COMMENT 'col2
two lines comment',
col3 STRING COMMENT 'col3
three lines
comment')
COMMENT 'table comment
two lines';
DESCRIBE test_table_n13;
DESCRIBE FORMATTED test_table_n13;