Remove duplicate entry on mysql record

1

When I have very lot of duplicate entry in my database, I searching on the net about how to eliminate unnecessary entry on my Database.

Sponsorship

Here’s the magic command I found on the net.

CREATE TABLE new_table AS
SELECT * FROM old_table WHERE 1 GROUP BY [COLUMN TO remove duplicates BY];
Many thanks to Justin for this great magic trick

Similar Posts:

Tags: ,

One Response

  1. keersuddy says:

    not counting cialis ungenuine

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*

© 2008 Hendra Kharisma. All rights reserved.
Proudly designed by Theme Junkie.