> how do I OVERWRITE the previous entry in the
> table? ie. is there a SQL command to do like INSERT, but if duplicate
> found, overwrite with the new value.

See REPLACE into <tablename>
http://www.mysql.com/doc/R/E/REPLACE.html

Take care,
seth


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