Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Inserting sequence into existing table - help

626830Mar 5 2008 — edited Mar 5 2008
Hi,
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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 2 2008
Added on Mar 5 2008
8 comments
497 views