<?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 Re: Overwriting a column in HIVE in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Overwriting-a-column-in-HIVE/m-p/109600#M72450</link>
    <description>&lt;P&gt;FROM salary employees will syntax above alias the salary table as employees.  I guess your query needs to join on employees table with left or inner join?  Also you will probably not want to overwrite the table you are selecting from?&lt;/P&gt;&lt;P&gt;INSERT OVERWRITE TABLE employees SELECT employees.&amp;lt;all columns but salary_date&amp;gt;, salary.salary_date FROM salary inner join employees on salary.employee_number = employee.employee_number;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Apr 2016 09:10:21 GMT</pubDate>
    <dc:creator>andrew_sears</dc:creator>
    <dc:date>2016-04-22T09:10:21Z</dc:date>
  </channel>
</rss>

