
Originally Posted by
Jason_Kulsdom
Is there an SQL term that gives the genuine subcatchment (polygon) area? I am trying to write an audit SQL that identifies all subcatchments where the total runoff area is greater than the total subcatchment area, but I want to use the genuine area of the subcatchment - not the value which has been entered in the "total area" field (which may not equal the actual area)? So something along the lines of:
CLEAR SELECTION;
Subcatchment.area < area_absolute_1 + area_absolute_2 + ... + area_absolute_12