<?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 can we alter table with auto increment column for a delta table in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-can-we-alter-table-with-auto-increment-column-for-a-delta/m-p/21455#M14626</link>
    <description>&lt;P&gt;How can we alter table with auto increment column for a delta table&lt;/P&gt;&lt;P&gt;I have tried this but not working:&lt;/P&gt;&lt;P&gt;ALTER TABLE dbgtpTest.student ADD COLUMN Student_Id identity(100,1)&lt;/P&gt;&lt;P&gt;any Suggestions will be helpful&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2022 12:00:20 GMT</pubDate>
    <dc:creator>Bittu6084</dc:creator>
    <dc:date>2022-05-04T12:00:20Z</dc:date>
    <item>
      <title>How can we alter table with auto increment column for a delta table</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-we-alter-table-with-auto-increment-column-for-a-delta/m-p/21455#M14626</link>
      <description>&lt;P&gt;How can we alter table with auto increment column for a delta table&lt;/P&gt;&lt;P&gt;I have tried this but not working:&lt;/P&gt;&lt;P&gt;ALTER TABLE dbgtpTest.student ADD COLUMN Student_Id identity(100,1)&lt;/P&gt;&lt;P&gt;any Suggestions will be helpful&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 12:00:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-we-alter-table-with-auto-increment-column-for-a-delta/m-p/21455#M14626</guid>
      <dc:creator>Bittu6084</dc:creator>
      <dc:date>2022-05-04T12:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can we alter table with auto increment column for a delta table</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-we-alter-table-with-auto-increment-column-for-a-delta/m-p/21456#M14627</link>
      <description>&lt;P&gt;@Rakesh Reddy Badam​&amp;nbsp;, I am not sure if that is supported. I only find references to creating an ID column with the CREATE TABLE statement.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 06:28:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-we-alter-table-with-auto-increment-column-for-a-delta/m-p/21456#M14627</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-05-06T06:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can we alter table with auto increment column for a delta table</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-we-alter-table-with-auto-increment-column-for-a-delta/m-p/21457#M14628</link>
      <description>&lt;P&gt;@Rakesh Reddy Badam​&amp;nbsp;, For ALTER ... ADD COLUMN in doc is only SYNC IDENTITY.&lt;/P&gt;&lt;P&gt;If you want to add an identity column to the existing table just create a new table with an identity column and then copy the data.&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2022 11:11:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-we-alter-table-with-auto-increment-column-for-a-delta/m-p/21457#M14628</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-05-07T11:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can we alter table with auto increment column for a delta table</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-we-alter-table-with-auto-increment-column-for-a-delta/m-p/21460#M14631</link>
      <description>&lt;P&gt;Hi, I have the same concern. What's the best way to achieve this?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 03:13:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-we-alter-table-with-auto-increment-column-for-a-delta/m-p/21460#M14631</guid>
      <dc:creator>QPeiran</dc:creator>
      <dc:date>2022-06-22T03:13:47Z</dc:date>
    </item>
  </channel>
</rss>

