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