不具合
| 不具合 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 Support アプリのダウンロード