Mark / Show Elements by Query

Element Number: Selects elements with Internal.ElemNum not equal to a number where Internal is the table name and ElemNum is the field name. (Vector objects have element numbers for each type of element in the Internal table. TIN objects have element numbers in the NODE and EDGE tables.) tin.qry
Multiple Records per Element: For each element, query looks at all attached records and returns true if any of them contain "WB" in the field of interest. MultiRecord_select.qry
Multiple Records per Element: For each element, query looks at all attached records and returns true if the number 1320 is found in the specified field. MultiRecord_Selection.qry
Neighbor: Selects polygons with attribute1$ if a neighboring polygon has attribute2$ and vice versa. neigbor.qry
Neighbor: Same as neighbor.qry except a neighbor() function was written and used to perform the operation. neigborfunc.qry
No Record: Select elements with no records attached to table specified. sel_polys_w_no_attribs_attached.qry