HIVE Select columns names with regular expression?

前端 未结 2 1987
遇见更好的自我
遇见更好的自我 2021-01-25 09:19

I want to know if it can be queried about the columns in the hive ith term rehiliare selection for the starting columns of some description?

example: table with this lis

2条回答
  •  时光取名叫无心
    2021-01-25 09:34

    You have to use back quote character (above tilda in the keyboard not the single quote) after select and before from to run regular expression in the hive.

提交回复
热议问题