Is there a solution to this problem? I am getting the error with Postgres 9.4 and ArcSDE 10.4.1 on my query:
SELECT a.objectid AS aid, MAX(s."value") AS "maxvalue"FROM test_points AS aINNER JOIN test_areas AS sON ST_Intersects(a.shape, s.shape)GROUP BY aid
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.