create loader file to append data and update existing rows. [message #73176] |
Wed, 25 February 2004 15:15 |
Sanjay
Messages: 236 Registered: July 2000
|
Senior Member |
|
|
Hi,
I am trying to create a loader file that will allow me to append data to a table if the primary key does not exist and if the primary key exists in the table then to just update that row.
For example, append employee rows to the employee table from the loader file, else if the employee_number exists in the employee table then just update the employee details on the table with the employee details from the loader file.
Does anyone know how to do this?
Thanks for your help on this.
|
|
|
|