Dennis,
Tuesday, May 07, 2002, 10:25:25 AM, you wrote:

>>I want to use the command LOAD DATA INFILE
>>
>>I have a table with 18 columns. But to fill the columns unfortunately I 
>>don't have one input file put two.
>>
>>The first on shall fill 16 of the 18 columns. The second one contains 
>>the data of column 8 and column 12.
>>
>>How do I have to perform the LOAD DATA INFILE command, to get that thing 
>>working?

You can insert data not only in the whole table but in certain
columns. Look at LOAD DATA INFILE syntax:
         http://www.mysql.com/doc/L/O/LOAD_DATA.html

>>Thanks in advance
>>dcp





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to