From the Table Schema:
Field Name Data Type Description --------------------- ------------- -------------------------------------- intsurface number integer surface type (1=D, 2=d, 3=O, 4=T, 5=t)
Grab inner dirt surfaces in a sql udm like this:
AND INTSURFACE = 2
-jp
.
|