HiveQL基本操做整理

1. 建立操做 1.1 建立表 CREATE TABLE pokes (foo INT, bar STRING); 1.2 基於現有的表結構建立一個新表 create table new_table like records; 1.3 建立視圖: CREATE VIEW valid_records AS SELECT * FROM records2 WHERE temperature !=9999
相關文章
相關標籤/搜索