I have a simple query like
query.where = "NAME = 'Renfrew'";
which works perfectly on QueryTask(). Now I would like to select array of points like
query.where = "NAME = 'Central Branch' AND NAME = 'Renfrew'";
but it is not working. Can you please let me know how to fix this? thanks