Add a identity column in the table in a database on February 14, 2010 Get link Facebook X Pinterest Email Other Apps alter table CustomersTest add ID int identityCustomerTest is the table name and ID is the column name Comments
Comments