If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Sorry about the easy and post but missing something easy I'm sure:
alter table amrobi2.testprod alter column column1 INTEGER generated always as identity (start with 10, increment by 12)
Could someone tell me what's wrong with this thing?
Thanks!
AMR
__________________
Anthony Robinson
"If I'm curt with you, it's because time is a factor here. I think fast, I talk fast, and I need you guys to act fast if you want to get out of this. So, pretty please - with sugar on top..."
The column is already an IDENTITY column. I need to LOAD data into a table and then restart the count at MAX(IDENTITY +1)...
Checked SQL reference but to no avail...
__________________
Anthony Robinson
"If I'm curt with you, it's because time is a factor here. I think fast, I talk fast, and I need you guys to act fast if you want to get out of this. So, pretty please - with sugar on top..."
Thank you - I had seen something a tad bit different...
__________________
Anthony Robinson
"If I'm curt with you, it's because time is a factor here. I think fast, I talk fast, and I need you guys to act fast if you want to get out of this. So, pretty please - with sugar on top..."