sqlloader [message #519199] |
Wed, 10 August 2011 05:25  |
 |
bhavangowda
Messages: 23 Registered: May 2011 Location: bangalore
|
Junior Member |
|
|
hey in one table i have some master data ok,i need to enter some more data from excel sheet, this excel sheet is having the data wic is already in the DB ,i need to skip the data
wic is in the excel and i have to append the data comparing with one column is null?
|
|
|
Re: sqlloader [message #519201 is a reply to message #519199] |
Wed, 10 August 2011 05:30   |
cookiemonster
Messages: 13904 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
wic? which has two h's.
If you have a unique key on the table sqlloader will skip an records that violate it and put them in the bad file. If you don't have a unique key I suggest you add one.
bhavangowda wrote on Wed, 10 August 2011 11:25i have to append the data comparing with one column is null?
What does that mean exactly?
|
|
|
|
|
Re: sqlloader [message #519210 is a reply to message #519207] |
Wed, 10 August 2011 06:18   |
cookiemonster
Messages: 13904 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Explain exactly what you are trying to do with examples.
Give the structure of the table, sample data you are trying to load and explain what you want to happen.
And write in complete words, not im speak, this is a professional forum.
|
|
|
|
|
|
|