自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 收藏
  • 关注

原创 Hive(DML)数据操作

语法: from table table_name1 as a join table_name2 as b ##as 重新命名表名。import table table_exit_name from '需要导入数据的源路径'语法:from table_name1 [as 别名a] join table_name2 [as b][having 分组后的过滤条件][order by colu_name] **排序**[where 过滤条件] [group by colu_name] **分组**

2023-03-29 10:34:59 360 11

原创 hive(DDL)数据定义

location '指定路劲' ] [ with dbproperties( 'create_date'=' 2023-3-13')] #可以任意的。(colu_name col_type ...)[comment '说明'](col_name col_type...) [comment '说明']name string comment 'student姓名')name string comment 'student姓名')复制表结构和将查询的数据插入到新的数据表。将查询的数据插入到新的数据表。

2023-03-23 11:12:22 118

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除