create table dwd.dwd_cust_address( tid bigint comment 'id' primary key auto_increment, cust_id bigint comment '客户id', xxxxxx)...
我都把tid列做成自增列了, insert into select的时候怎么提示少一列?[阿里云云原生数据仓库]
create table dwd.dwd_cust_address( tid bigint comment 'id' primary key auto_increment, cust_id bigint comment '客户id', xxxxxx)...