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
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.