Load from different files to one table [message #69509] |
Wed, 23 January 2002 16:39 |
diaz
Messages: 58 Registered: October 2001
|
Member |
|
|
Hello,
i'd like to ask if there's anyway to load to one table but some of the fields is loaded from one file and other fields is loaded from another file.. and how to manage checking for loading them.. well, for example is like this :
file #1 contains :
01 myname myage
02 yourname yourage
file #2 contains :
01 myname mysalary
02 yourname yoursalary
how can i manage that it would insert them in a table that has the fields (those file is separated because resulted from different division):
id,name,age,salary
can you tell me how to work this out ?
thanks
|
|
|
|