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

时间:2024-07-01 21:07:23

语法格式

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/sqlreference-dli/dli_08_0247.html