with sku as ( select id, price, sku_name, sku_desc, weight, is_sale, spu_id, category3_id, tm_id, create_time from ods_sku_info_full where dt='2020-06-14' ), spu as ( select id, spu_name from ods_spu_info_full where dt='2020-06-14' ), c3 as
(...)
with sku as ( select id, price, sku_name, sku_desc, weight, is_sale, spu_id, category3_id, tm_id, create_time from ods_sku_info_full where dt='2020-06-14' ), spu as ( select id, spu_name from ods_spu_info_full where dt='2020-06-14' ), c3 as
(...)