On Tue, Dec 30, 2008 at 1:34 AM, vince <[email protected]> wrote: > > anyway to do sql not like? > db(!(db.members.name.like('%a%'))).select() or something like that?
try: db( ~(db.members.name.like( '%a' )) ).select() > anyone like the syntax to do not? > > -vince > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

