[size=5]I have an array which contain ids and i want to make select where field = any value from the array[/size]
[size=5]
[/size]
SELECT * FROM `volunteers` WHERE `profileId` IN ($ids)
[size=5]where $ids is an array[/size]
[size=5]How can I do that in grocery_CRUD???[/size]