how to populate an attribute field with a sequence?
615365Mar 18 2008 — edited Mar 18 2008Hi,
I have a table with 5000 records in it, already populated with data. I created an attribute field called Ref. Type is not matter, integer or text.
Now i want to populate this field using oracle sequence function.
I know to create a sequence, however; i don't know how to grab a number from a sequence and insert it to my Ref column for 5000 rows in one single step.
Regards.