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

时间:2025-02-28 14:50:53

语法格式

1
2
3
4
5
6
7
8
9
create table clickhouseSink (
  attr_name attr_type 
  (',' attr_name attr_type)* 
)
with (
  'connector.type' = 'clickhouse',
  'connector.url' = '',
  'connector.table' = ''
);
support.huaweicloud.com/sqlref-flink-dli/dli_08_0344.html