Applying Select By Attributes on date fields of hosted feature services fails in ArcGIS Pro.
上次发布: August 27, 2018ArcGIS Pro
漏洞 ID 编号
BUG-000111737
已提交
February 16, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.1
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is a known limitation. To avoid this, users are recommend a best practice of using the BETWEEN SQL operator to perform the query using SQL rather than using ‘=’ in the query builder. This ensures accuracy and reliability. For more infomration, please contact Support Services. Use the example below of adding a second before and after the time being queried, ensuring that the first timestamp precedes the second one.
last_edited_date BETWEEN TIMESTAMP '2018-09-24 20:10:53' AND TIMESTAMP '2018-09-24 20:10:55'