Michael made a great suggestion with the IN function.
If you're wondering how to fix your original query, here's the solution.
"Name" = 'New York' OR "Name" = 'Los Angeles'
You need to mention the field name twice. And in this context I think the OR is what you want.
"Name" in ('New York', 'Los Angeles')
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.