I have a Table like such:
LOT | SEQ |
---|---|
LOT1 | 8 |
LOT1 | 8 |
LOT2 | 5 |
LOT3 | 4 |
LOT4 | 4 |
LOT4 | 1 |
LOT5 | 7 |
I would like to select duplicates in the ‘SEQ’ Column if they have the same value in the ‘LOT’ Column.
In the example table above, the desired query would give me LOT1 as the Answer, and the Repeated SEQ as 8.