my columns in a table like this
column1 column2
100 1
100 1
101 2
101 3
102 4
102 5
103 6
104 7
104 7
and I want the output like this
column1 column2
101 2
101 3
102 4
102 5
103 6