In ArcMap, unable to perform string functions in definition queries after creating a join.
最後に公開された状態: August 25, 2014No Product Found
不具合 ID 番号
NIM034140
送信されました
April 10, 2008
最終更新日
April 2, 2025
適用対象
No Product Found
見つかったバージョン
9.2
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
No Public Explanation
対処法
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.