Running Calculate Field while using SQL returns the error message, "Error 160327: A column was specified that does not exist", which does not point out that the syntax is incorrect.
上次发布: September 22, 2021ArcGIS Pro
漏洞 ID 编号
BUG-000139553
已提交
April 30, 2021
上次修改时间
May 9, 2025
适用范围
ArcGIS Pro
找到的版本
2.7.3
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Double quotes are unable to be used to indicate a string, it is incorrect syntax. The warning return is not ideal but is returned by the underlying database when assessing the expression.
Further examination of the expression value in the client code resulted in performance loss, which is not acceptable when the point of supporting SQL expressions is for fast calculation.