Can i use SQL IN operator in my BackendlessDataQuery object ‘where’ clause?
Thank you.
Hi Alexandr,
We do not support IN in the current release, but we will take care of it in the upcoming build. Until then, a workaround could be a =x OR a = y OR a = z instead of a in (x, y, z).
Regards,
Mark