Ignorar filas duplicadas en SQLite
SELECT DISTINCT id FROM Table -- use "DISTINCT" to ignore same values
Undefined
SELECT DISTINCT id FROM Table -- use "DISTINCT" to ignore same values