Articles tagged with: SQL Quesry
Uncategorized »
Was searching for the solution to remove the duplicate rows in a column from a mySQL table came across this easy work around.
————————————————————————————This is an extremely quick and painless way to remove duplicate rows (tuples) from a MySQL database table. The best part of it is that it requires no programming or PHP coding whatsoever, it can all be done with three manual SQL queries! Note: this only works on MySQL 3.23 and above. But I have a hard time imagining anyone running an older version than that anyways!
So, there …



















