COMMENT 'this is a comment' STORED AS PARQUET TBLPROPERTIES ('created.
date
' = 'xxxx-xx-xx');-- 使用 Row Format 和 file formatCREATE TABLE test_olap.student (id
INT
, name STRING) ROW FOR... 增删列语法支持内表和外表,属于 Schema Evolution 的特性,需要说明的是,对于LAS内表而言,有如下限制:对于 LAS 标准内表,alter table add column 执行后需要至少写入一条
数据
,否则 presto 执行
查询时
,将会报错不支持...