数据湖探索 DLI-JDBC源表:语法格式

时间:2023-11-01 16:20:09

语法格式

create table jbdcSource (  attr_name attr_type   (',' attr_name attr_type)*   (','PRIMARY KEY (attr_name, ...) NOT ENFORCED)  (',' watermark for rowtime_column_name as watermark-strategy_expression))with (  'connector.type' = 'jdbc',  'connector.url' = '',  'connector.table' = '',  'connector.username' = '',  'connector.password' = '');
support.huaweicloud.com/sqlref-flink-dli/dli_08_0303.html