标签: arcgis arcmap arcgis-server
我有一个属性计数为290的点要素图层。
当我根据特定列执行查询时,例如:select * from PWS_Point where districtname='HINGNA' AND assettype='Borewell',在MXD中获得的结果为8。
select * from PWS_Point where districtname='HINGNA' AND assettype='Borewell'
现在我对从这个MXD发布的REST服务执行相同的查询,我得到的结果最初是8,但在刷新页面或再次执行相同的查询后,我得到了不同的结果。
我尝试过以下操作但没有成功:
我做错了什么或者计数有什么不同?