上一页 1 2 3 4 5 6 7 ··· 49 下一页
摘要: Hive 版本 hive --version Hive 3.1.2 我们总会遇到想改一个字段名的情况,这类需求在日常工作中也会存在,但是遇到一个现象:更改字段字段名之后,相对应的字段名的值为 NULL、 alter table tablename change old_column new_colu 阅读全文
posted @ 2022-04-02 17:44 醉城、 阅读(1066) 评论(0) 推荐(0) 编辑
摘要: Hive中没有直接删除字段的操作,只有 Add/Replace 做个测试: 1)建表操作 create table if not exists temp.test1( applseq string comment '申请号' ,data_dt string comment '日期' ,flag st 阅读全文
posted @ 2022-01-25 16:40 醉城、 阅读(5865) 评论(0) 推荐(0) 编辑
摘要: 在执行脚本的时候,变量的值一般可以在一个脚本中用global 声明一下 但是在子模块中使用父模块的变量值 这里提供一种思路: 在运行的时候 一般是函数把locals()当参数传入到子模块 脚本运行/父模块 exec(sql,locals) 然后在函数具体的地方 (子模块) var = list(va 阅读全文
posted @ 2021-11-29 16:35 醉城、 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 突然遇到一个想追溯表的创建信息 查询表结构的详细信息: desc formatted tablename 查询表修改的时间 describe extended table; transient_lastDdlTime=1623910753 show TBLPROPERTIES table; tran 阅读全文
posted @ 2021-11-19 17:15 醉城、 阅读(564) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-07-23 11:27 醉城、 阅读(1) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 49 下一页