选择tableName表中除了name、id、pwd之外的所有字段: set hive.support.quoted.identifiers=None; select `(name|id|pwd)?+.+` from tableName;