Hive管理表

hive建表初體驗 use myhive; create table stu(id int,name string); insert into stu values (1,「zhangsan」); select * from stu; 創建表並指定字段之間的分隔符 create table if not exists stu2(id int ,name string) row format del
相關文章
相關標籤/搜索