<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Whether Hive supports  Hive Select All Query with Except Columns, like SQL supports?? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Whether-Hive-supports-Hive-Select-All-Query-with-Except/m-p/100457#M13347</link>
    <description>&lt;P&gt;Whether Hive supports  Hive Select All Query with Except Columns, like SQL supports. E.g. in SQL if I want tioexclude few columns, i can do by writing in except e.g. SELECT * [except Injury,Detailed_Body_Part, Detailed_Injury_Type] FROM Claim_Grouped). Is the same thing Hive supports??&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2015 01:49:16 GMT</pubDate>
    <dc:creator>colorsoflife</dc:creator>
    <dc:date>2015-12-23T01:49:16Z</dc:date>
    <item>
      <title>Whether Hive supports  Hive Select All Query with Except Columns, like SQL supports??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Whether-Hive-supports-Hive-Select-All-Query-with-Except/m-p/100457#M13347</link>
      <description>&lt;P&gt;Whether Hive supports  Hive Select All Query with Except Columns, like SQL supports. E.g. in SQL if I want tioexclude few columns, i can do by writing in except e.g. SELECT * [except Injury,Detailed_Body_Part, Detailed_Injury_Type] FROM Claim_Grouped). Is the same thing Hive supports??&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 01:49:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Whether-Hive-supports-Hive-Select-All-Query-with-Except/m-p/100457#M13347</guid>
      <dc:creator>colorsoflife</dc:creator>
      <dc:date>2015-12-23T01:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Whether Hive supports  Hive Select All Query with Except Columns, like SQL supports??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Whether-Hive-supports-Hive-Select-All-Query-with-Except/m-p/100458#M13348</link>
      <description>&lt;P&gt;According to this &lt;A href="https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Select#LanguageManualSelect-REGEXColumnSpecification"&gt;Hive Language documentation&lt;/A&gt;, you can achieve the same thing using regular expressions:&lt;/P&gt;&lt;P&gt;A SELECT statement can take regex-based column specification in Hive releases prior to 0.13.0, or in 0.13.0 and later releases if the configuration property hive.support.quoted.identifiers is set to none. &lt;/P&gt;&lt;P&gt;* We use Java regex syntax. Try &lt;A href="http://www.fileformat.info/tool/regex.htm"&gt;http://www.fileformat.info/tool/regex.htm&lt;/A&gt; for testing purposes. &lt;/P&gt;&lt;P&gt;* The following query selects all columns except ds and hr. &lt;/P&gt;&lt;PRE&gt;SELECT `(ds|hr)?+.+` FROM sales&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Dec 2015 01:56:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Whether-Hive-supports-Hive-Select-All-Query-with-Except/m-p/100458#M13348</guid>
      <dc:creator>agillan</dc:creator>
      <dc:date>2015-12-23T01:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Whether Hive supports  Hive Select All Query with Except Columns, like SQL supports??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Whether-Hive-supports-Hive-Select-All-Query-with-Except/m-p/100459#M13349</link>
      <description>&lt;P&gt;@ Ana Gilan, Thanks, it works.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 02:36:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Whether-Hive-supports-Hive-Select-All-Query-with-Except/m-p/100459#M13349</guid>
      <dc:creator>colorsoflife</dc:creator>
      <dc:date>2015-12-23T02:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Whether Hive supports  Hive Select All Query with Except Columns, like SQL supports??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Whether-Hive-supports-Hive-Select-All-Query-with-Except/m-p/100460#M13350</link>
      <description>&lt;P&gt;Could you please elaborate how this regex works ?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 23:42:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Whether-Hive-supports-Hive-Select-All-Query-with-Except/m-p/100460#M13350</guid>
      <dc:creator>pratikmbm1122</dc:creator>
      <dc:date>2017-04-17T23:42:16Z</dc:date>
    </item>
  </channel>
</rss>

