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';