I want to do a rest query that matches:
SELECT CustomerID, COUNT(CustomerID) AS IDCounts FROM Property GROUP BY CustomerID HAVING (COUNT(CustomerID) > 1)
I don't see where do put having parameters in the REST interface.
Any ideas? Thanks.
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.