>  I'm new using mysql. I'm trying to load data from a text file to one of my
>  table. This text file contains duplicate records. My question is how do you
>  tell mysql to delete duplicate records and load just the ones that are not

  Why not just filter the data through uniq first?
~~~~~~~~~~~~~~
Ray B. Morris
[EMAIL PROTECTED]
http://www.webmastersguide.com

Copyright 2002 Morris, All rights reserved



---------------------------------------------------------------------
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