Select query based on date field fails when joining a database table to a feature layer or coverage.
最後に公開された状態: November 30, 2015No Product Found
不具合 ID 番号
NIM012414
送信されました
October 17, 2007
最終更新日
April 28, 2025
適用対象
No Product Found
見つかったバージョン
9.2
ステータス
Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
No Public Explanation
対処法
Exported the joined attribute table as a standalone dbf table and store it in local drive will work with problem.
*Append the query on the joined table to include a statement for a target table field, (the example that follows uses fake table and field names) : jointable.joinfield = date '2002-05-20' AND targettable.targetfield IS NOT NULL
*If data are stored in enterprise databases, create a spatial view to join the table and the feature class. Then perform Select query on the spatial view.