数据湖探索 DLI-DIS结果表:语法格式

时间:2024-11-16 13:21:40

语法格式

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
create table disSink (
  attr_name attr_type 
  (',' attr_name attr_type)* 
  (','PRIMARY KEY (attr_name, ...) NOT ENFORCED)
)
with (
  'connector.type' = 'dis',
  'connector.region' = '',
  'connector.channel' = '',
  'format.type' = ''
);
support.huaweicloud.com/sqlref-flink-dli/dli_08_0310.html