On Tue, Dec 30, 2008 at 1:34 AM, vince <lapcc...@gmail.com> 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 web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to