By using SQlite, I'd like to get all rows that show in a specific column only one single distinct value. Like from following table:
A B 1 2 2 1 3 2 4 3 5 1 6 1 7 2 8 4 9 2 Here I'd like to get only row Nr. 4 an 8 as there values (3 and 4) occur only once in the entire column.