<?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>topic How to find what records were added between the 2 versions of a Delta Table in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-find-what-records-were-added-between-the-2-versions-of-a/m-p/18639#M12406</link>
    <description />
    <pubDate>Fri, 25 Jun 2021 21:41:22 GMT</pubDate>
    <dc:creator>brickster_2018</dc:creator>
    <dc:date>2021-06-25T21:41:22Z</dc:date>
    <item>
      <title>How to find what records were added between the 2 versions of a Delta Table</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-find-what-records-were-added-between-the-2-versions-of-a/m-p/18639#M12406</link>
      <description />
      <pubDate>Fri, 25 Jun 2021 21:41:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-find-what-records-were-added-between-the-2-versions-of-a/m-p/18639#M12406</guid>
      <dc:creator>brickster_2018</dc:creator>
      <dc:date>2021-06-25T21:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to find what records were added between the 2 versions of a Delta Table</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-find-what-records-were-added-between-the-2-versions-of-a/m-p/18640#M12407</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;SELECT * FROM delta_table_name@v2 EXCEPT ALL FROM delta_table_name@v0&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 21:41:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-find-what-records-were-added-between-the-2-versions-of-a/m-p/18640#M12407</guid>
      <dc:creator>brickster_2018</dc:creator>
      <dc:date>2021-06-25T21:41:34Z</dc:date>
    </item>
  </channel>
</rss>

