Opening the mobile geodatabase feature attribute table after applying a join from the SQL query stand-alone table returns the following error message, "Underlying DBMS Error [ambiguous column name objectid]".
上次发布: March 14, 2023ArcGIS Pro
漏洞 ID 编号
BUG-000155830
已提交
February 13, 2023
上次修改时间
May 13, 2025
适用范围
ArcGIS Pro
找到的版本
3.0.3
操作系统
Windows OS
操作系统版本
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Allowing ORDER BY clauses in subqueries is an extension beyond standard SQL. In this case, SQLite does not support referencing outer query columns within a subquery's ORDER BY clause.