hive建立表-加載表數據-建立分區表

建立表(條件之間不能有逗號  fields terminated by ',' 字段之間以逗號分隔) 0: jdbc:hive2://localhost:10000/cr> create table if not exists teacher(id int,name string, age int) comment 'teacher' row format delimited fi
相關文章
相關標籤/搜索