hi @all i have a big problem whit my db than i have double entrys on it.
so i select all double entrys whit:
SELECT DISTINCT id, unixtime, ab, cd, de
FROM db
GROUP BY ab
HAVING count( ab ) >1
now i have all dubbel entry
ok thats works but the fault is i have select the oldes entry to delete but i want to delete not the oldest double entrys i wll delete the newest and the oldest let stay.
now my question give it a way to sort on the select the newst entry and not the oldest
i hoppe any1 understand what i mean and can help me
thx
and sorry for my bad englisch