Skip to main content

Hi all, 

I need to create an Identity column, How could I create it in TX?

Thanks

Ignacio

Hi Ignacio, thanks for posting.

The DW_ID is an identity column created automatically on every table. You could also use a supernatural key based on the primary key for a bit more customization.


Thanks, I used that column and solved my problem