sql

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

 

posted @ 2018-11-20 20:22  来一打烧饼  阅读(67)  评论(0编辑  收藏  举报