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