1. 程式人生 > >Hive表的基本操作

Hive表的基本操作

[TOC] ## 1. 建立表 `create table`語句遵從`sql`語法習慣,只不過`Hive`的語法更靈活。例如,可以定義表的資料檔案儲存位置,使用的儲存格式等。 ```sql create table if not exists test.user1( name string comment 'name', salary float comment 'salary', addres