Thursday, November 8, 2007, 11:59 AM - General
Posted by Administrator
A quick way to eliminate duplicate records in a table in mySQLPosted by Administrator
INSERT INTO new_table(field1,field2...) SELECT DISTINCT field1,field2... FROM duplicateTable;
Match up the fields (field1 to field1) in order and you're set!




( 3.1 / 294 )

Calendar
