It is Possible to DELETE duplicate rows in MYSQL table based on Particular Field (Coloumn)
the SQL Query is
ALTER IGNORE TABLE table_name ADD UNIQUE INDEX(coloumn_name);
the SQL Query is
ALTER IGNORE TABLE table_name ADD UNIQUE INDEX(coloumn_name);
0 comments:
Post a Comment