how can I delete duplicates in SQLite?
问题 I have a SQLite DB where the statement: SELECT messdatum, count(*) as anzahl from lipo GROUP BY Messdatum ORDER BY anzahl desc; results in some lines, which indicates that I have some duplicates with the same Messdatum . How can I delete the duplicates only form my sqlite db? (it should delete anzahl-1 records where the messdatum is the same?) Has anyone an advice? PS: I found this link How to remove duplicate from Microsoft but have problems with sqlite dialect. I got some errors due to the