MAPREDUCE服务 MRS-CREATE TABLE:基本语法

时间:2024-11-28 01:44:43

基本语法

CREATE TABLE [IF NOT EXISTS] [database.]table

(

column_definition_list,

[index_definition_list]

)

[engine_type]

[keys_type]

[table_comment]

[partition_info]

distribution_desc

[rollup_list]

[properties]

[extra_properties]

support.huaweicloud.com/cmpntguide-lts-mrs/mrs_01_249197.html