Hey there,
I have a code to remove the duplicates in one of my table but I cant seem to be able to ORDER the way mysql select the values.
Here is my initial table:
mysql_query("CREATE TABLE new_table as SELECT * FROM test GROUP BY url")
mysql_query("DROP TABLE test")
mysql_query("RENAME...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.