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
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.