漏洞
| 漏洞 ID 编号 | BUG-000096215 |
|---|---|
| 已提交 | May 2, 2016 |
| 上次修改时间 | June 5, 2024 |
| 适用范围 | ArcGIS for Desktop |
| 找到的版本 | 10.2.2 |
| 操作系统 | Windows OS |
| 操作系统版本 | 7.0 64 Bit |
| 状态 | Will Not Be Addressed |
Possible workarounds using the Create Database View geoprocessing tool:
Use (* 0.5) instead of (/2). Users can always replace with a divisible factor to suit their query. For example,
select OBJECTID,OBJECTID/0.5 AS TESTCOLUMN, SHAPE from TEST.DBO.Featureclass.
Or
Use the ROUND() function to round it up to whole number if users do not want to work with floats. For example,
select OBJECTID,ROUND(OBJECTID/0.5,0) AS TESTCOLUMN, SHAPE from TEST.DBO.Featureclass.
漏洞 ID: BUG-000096215
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序