ignorar linhas duplicadas em sqlite

SELECT DISTINCT id FROM Table -- use "DISTINCT" to ignore same values
Undefined