create table tmp.date_dim as select date_add('2016-01-01',a.rk) from(select row_number()over() as rk from db_user.user limit 10000)a