Hi,
I am trying to generate a sql which sets the values of identity columns with the max value +1 of the column.
The statement looks like this.
Alter table alter column col_name ( select max(col_name)+1 from table );
This kind of statements i have to generate for 4 schemas.
Can any one give me one example of how do i generate this one.
I have got problems in generating this.
Its UDB8.1 fp5 , sol os..