dim_category_new.sql 239 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 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';