To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
SQL CourseSQL Course
> Ask questions about the lessons on SQL Course 1 and 2. If you have problems
> with the interface, please post in the Feedback forum
There is a MySQL function REPLACE INTO tbl. It is similar to INSERT INTO tbl just if REPLACE is used MySQL looks for Primary Key and if available replaces all other values with new ones otherwise an INSERT will take place.