Column1
1
1
2
3
4
4
4
5
Is there a way to query that column and only return
2
3
5
If I use Select Distinct it will return
1
2
3
4
5
How can I write a select statement that if there is a duplicity not to select just one but to completely ignore both/all rows with that value? But this is a single column being selected in a table on the right side of a Left Join