HIVE 使用正则输出符合条件的字段
无意中了解到 HIVE 中可以使用正则来实现匹配符合条件的列,特此记录,文档如下:
hive.support.quoted.identifiers

HIVE 查询除了其中某个字段剩余所有字段
create table if not exists user_temp
(
user_id string comment '用户ID',
user_name string comment '用户姓名'
无意中了解到 HIVE 中可以使用正则来实现匹配符合条件的列,特此记录,文档如下:
hive.support.quoted.identifiers

create table if not exists user_temp
(
user_id string comment '用户ID',
user_name string comment '用户姓名'
1462
814

被折叠的 条评论
为什么被折叠?