dim_category_new.sql 239 Bytes
create table dim_category_new(
  first_tag string,
  second_tag string,
  tag_type string,
  comment string
)
ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t'
location 's3://mob-emr-test/dataplatform/DataWareHouse/data/dwh/dim_category_new';