No, but there is the IN operator:
Table.select(IN(Table.q.value, possibleValues))
- Luke
Quoting Jonathon Anderson <[EMAIL PROTECTED]>:
>
> Is is possible to use the 'in' keyword with SQLBuilder/SQLObject? For
> example:
>
> possibleValues = [1, 2, 3]
> Table.select(Table.q.value in possibleVal
Is is possible to use the 'in' keyword with SQLBuilder/SQLObject? For example:possibleValues = [1, 2, 3]Table.select(Table.q.value in possibleValues)Is the behavior of such a statement defined?
-- ~jonathon anderson
-
Take Surv