create table table_name as select xxxxx from xxxxx
create table default.temp_2018_a as
select a.uid,
a.adt_tim,
from default.temp_2017 as a
create table table_name as select xxxxx from xxxxx
create table default.temp_2018_a as
select a.uid,
a.adt_tim,
from default.temp_2017 as a