Tag: mysql query to remove double rows
-
MySQL: Remove duplicate entry from the databse keeping one record
Sometimes we written a code to enter some dynamic entry in the table but did not want to enter duplicate records for same id ( not primary field). and we found that we have entered many records in the table and not it is not possible to delete record manually. For this we can run…