Good day. I have table with drill hole. Drill hole name is repeating for each drillng interval.
For example drill hole interval
a1 1
a1 2
a1 3
b1 4
b1 5
b1 6
Now i want to select drill hole (rows) with minimal interval
for example a1 1
b1 4
How can you help me ?