MapReduce服务 MRS-CREATE TABLE LIKE:语法

时间:2023-11-01 16:25:29

语法

CREATE TABLE [ IF NOT EXISTS] table_name ( { coulumn_name data_type [ COMMENT comment] [ WITH (property_name = expression [,…] ) ] | LIKE existing_table_name [ {INCLUDING| EXCLUDING} PROPERTIES] } ) [,…] [ COMMENT table_comment] [WITH (property_name = expression [,… ] ) ]

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