Inserting sequence into existing table - help
626830Mar 5 2008 — edited Mar 5 2008Hi,
I'm trying to figure out a way insert sequence values into an existing table. The table structure is basically:
cust_id NUMBER
cust_acct VARCHAR2
cust_last_name VARCHAR2
The cust_acct and cust_last_name fields are already popuated with data, and there are approximately 1150 rows. I've created a sequence for the cust_id field, but need help populating the table with the sequence values. Any advice would be greatly appreciated.
Thanks!