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