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