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
Click to see the code!
To insert emoticon you must added at least one space before the code.