How to get the 'GENERATED ALWAYS AS IDENTITY' attribute of the column from a DB2 table?
Database
1
Posts
1
Posters
0
Views
1
Watching
-
I want to see whether the column is created with the option, 'GENERATED ALWAYS AS IDENTITY', to make use of that in my application whether to create the record including the value for that column or not. Can anyone please help me in getting this attribute/property from any syscolumns information from DB2 database?