Can I perform an update on a table using load data infile..?

If I have the following table...

Name   Score  Rank
John   NULL   NULL
Susan  NULL   NULL

And I have a data file that has...

John,95,1
Susan,89,2

Any idea if this can be done?
Thanks,

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to