Re: Populating new fields in a table?
Date: 1996/08/28
Message-ID: <3223E55F.4792_at_worldnet.att.net>#1/1
Shayne Judkins wrote:
>
> Could someone tell me an "easy" way (using SQL Loader or something else)
> to populate JUST THE NEW FIELDS I have added to an Oracle table? (I
> suppose I could write an app to do it, but there must be an "easy" way.)
> If you have any ideas please send EMAIL! THANKS!
>
> --
> Shayne Judkins Special Projects Manager shayne_at_trendar.com
> Trendar voice (615) 367-1000
> Nashville, Tn 37217 My opinions are my own fax (615) 367-1946
You can't use SQL*Loader to update fields in existing rows of a table,
however you can use it to insert rows into a temporary table and then
update your table using the temporary table.
Received on Wed Aug 28 1996 - 00:00:00 CEST