CD_*_*Lee 1 sql hive
如何在配置单元中选择所有列排除列“日期”和“cst_id”?
Vij*_*jiy 6
试试下面 -
对于单次会议 - set hive.support.quoted.identifiers=none;
set hive.support.quoted.identifiers=none;
select `(date|cst_id)?+.+` from myTable.
有关使用正则表达式进行配置单元选择的更多信息,请参阅quotedIdentifiers
归档时间:
7 年 前
查看次数:
2868 次
最近记录:
5 年,8 月 前