-
外连接查看全部
-
Hive表连接方式查看全部
-
Hive所有函数查看全部
-
load data [local] inpath 'path' [overwrite] into table tablename [partition (partcol1=val1,partcol2=val2...)] //导入(加载) 数据 //local:指明数据来自本地 //inpath:指明数据路径信息 //overwrite:指明是否覆盖表中的原有数据 //into table tablename:数据导入到的表 //partition:指明分区表的分区信息查看全部
-
开启fetch task功能的3种方法:查看全部
-
sqoop 导出数据例子查看全部
-
sqoop 用法查看全部
-
sqoop 作用查看全部
-
load 语法查看全部
-
hive 导入数据方式查看全部
-
作为基础入门级别课程还不错的,如果有sql基础,快进式看下也不错查看全部
-
等值连接查看全部
-
#hive --service hiveserver //启动hive远程服务,以便jdbc远程连接查看全部
-
子查询的集合中中含有空值就不能使用not in(但是可以使用 in ),此时可以使用where语句剔除空值。查看全部
-
set hive.groupby.orderby.position.alias = true;查看全部
举报
0/150
提交
取消