版本2.1.4 ,我有两段sql想要union all 后的 数据,由于数据量太大了,所以想创建分区,但一直报错 create mate view test partition by (date)as select * from a left join b union all select * from c left join d 分区字段 a表和c表都 存在,为啥会报错呀
版本2.1.4 ,我有两段sql想要union all 后的 数据,由于数据量太大了,所以想创建分区,但一直报错 create mate view test partition by (date)as select * from a left join b union all select * from c left join d 分区字段 a表和c表都 存在,为啥会报错呀