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 possibleValues) > > Is the behavior of such a statement defined? > > -- > ~jonathon anderson ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
