vendredi 8 mai 2015

SQLite Android delete duplicates from table [duplicate]

This question already has an answer here:

i'm beginner, so sorry about stupied question.

I have table in my db looks like:

id|name

1 | a
2 | b
3 | c
4 | c
5 | d
6 | d
7 | e

how can I delete, duplicates c and d from activity?

Aucun commentaire:

Enregistrer un commentaire