The 'IN' operator is supported.
'IN' - Checks for equality against any member in set provided, if found returns TRUE. Requires a comma-delimited set surrounded by parenthesis, i.e. a IN (1,2,3).
Docs here have more info on retrieving records with filters: http://wiki.dreamfactory.com/DreamFactory/Features/Database/Records#Retrieving_Records