In ArcMap, unable to perform string functions in definition queries after creating a join.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM034140
Submitted
April 10, 2008
Last Modified
April 2, 2025
Applies to
No Product Found
Version found
9.2
Status
Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Additional Information
No Public Explanation
Workaround
1. If the user wants all rows for which PERIMETER is between 1400 and 1499. An alternative would be to use the >= and <= predicates and skip all the implicit conversions from numeric to string and back again as well as and the dbms specific funtions by using the standard sql: PERIMETER >= 1400 AND PERIMETER <= 1499.For more info please refer to the ArcGIS Help topic entitled "SQL Reference".2. Export the join to a feature class, and then perform the query.