I have a tabdelimited file with 10 cols, and want to
only import 5 of them with LOAD DATA INFILE.

I know how to define which cols go where in the mysql
table, but this assumes i want to import every column
from the tabdelimited file.

How do I ignore certain cols from the import file?

ie - tab.txt has the following cols:

col1 col2 col3

I only want to import as:

col1 = firstName
col2 IGNORED (not imported)
col3 = zipCode



=====
--
Anthony Ettinger
[EMAIL PROTECTED]
415-504-8048
http://chovy.com/resume.doc

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.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