For a while, users were requesting a way to map the SQL "IN" clause as in the following:
SELECT Customer.Name FROM CustomerWHERE Customer.State IN ('GA', 'FL', 'AL')
Prior to Beta 2, this would mean either separate OR clauses for each item, or worse
Read More