Select by attribute

950
3
08-22-2016 06:02 AM
AlesgerMammedov2
New Contributor

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                1

                      b1                3

                      b1                 4

                      c1                2

                      c1                 3

                      c1                 5

          And now I want to get rows  name drill hole with minimal interval 

 a1 1

 b1 1 

 c1  2

0 Kudos
3 Replies
FC_Basson
MVP Regular Contributor

See reply to your other post: https://community.esri.com/thread/181767-arcpython-work-with-table 

For the sorting part use multiple fields.

0 Kudos
by Anonymous User
Not applicable
0 Kudos
by Anonymous User
Not applicable

ArcGIS Desktop 

!Drill_Hole! + str( !Intervel! )

0 Kudos