dm_toutiao_campaign_total.sql 222 Bytes
Newer Older
wang-jinfeng committed
1 2 3 4 5 6 7
create external table dm_toutiao_campaign_total(
   device_id string,
   campaign_id string,
   update_date string
)
stored as orc
location 's3://mob-emr-test/dataplatform/DataWareHouse/data/dwh/dm_toutiao_campaign_total';