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
相关文章
相关标签/搜索