yeah.... It's listed in the book index under "not" -- the logical operators section... and also mentioned in the section about orderby as a negation operator (to get reverse ordering) On Tue, Dec 30, 2008 at 2:01 AM, vince <[email protected]> wrote:
> > oh thanks alot. i was searching for this NOT operator on the manual > for long! > > -vince > > On Dec 30, 3:56 pm, "Yarko Tymciurak" <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---

