数据仓库服务 GAUSSDB(DWS)-做维表:语法格式

时间:2024-06-29 17:51:38

语法格式

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
create table dwsSource (
  attr_name attr_type 
  (',' attr_name attr_type)* 
)
with (
  'connector' = 'dws',
  'url' = '',
  'tableName' = '',
  'username' = '',
  'password' = ''
);
support.huaweicloud.com/tg-dws/dws_07_0185.html