Is there any easy way to show all records from a specific mySQL row - except the duplicated ones?
select distinct myrow from mytable;