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.
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.