Archive

Posts Tagged ‘duplicate’

MySQL: Remove Duplicate Rows/Records from Table

Jun 22nd, 2008

methods for deleting duplicate rows/records from a table in mysql. The same concept should work in other databases for example, Oracle, as well.

Check and Remove Duplicate Values from PHP Array

Jun 17th, 2007

PHP code for directly removing duplicate entry in Array and also test only script to check duplicate value in array