vue的startDate hive怎么在不刪除數(shù)據(jù),的情況下,重新建表?
hive怎么在不刪除數(shù)據(jù),的情況下,重新建表?insert overwrite table tu1 table1 select*from tu1其中XXX是您需要保留的數(shù)據(jù)的查詢條件。如果清空該表,您
hive怎么在不刪除數(shù)據(jù),的情況下,重新建表?
insert overwrite table tu1 table1 select*from tu1其中XXX是您需要保留的數(shù)據(jù)的查詢條件。
如果清空該表,您可以看到以下內(nèi)容:
插入重寫表t_2;table1從t_2;table1中選擇*,其中1=0