数据湖探索 DLI-DWS输出流(通过JDBC方式):语法格式

时间:2023-11-10 09:20:52

语法格式

1
2
3
4
5
6
7
8
CREATE SINK STREAM stream_id (attr_name attr_type (',' attr_name attr_type)* )
  WITH (
    type = "rds",
    username = "",
    password = "",
    db_url = "",
    table_name = ""
  );
support.huaweicloud.com/sqlref-flink-dli/dli_08_0247.html