This is an exercise in boolean algebra :)

You can do this (equivalent) in Abator's example classes:

where (field1 = 'foobar' and field2 = 'foo') or (field1 = 'foobar' and
field3 = 'bar')

Jeff Butler



On Tue, Mar 18, 2008 at 7:11 PM, Ryan Shelley <[EMAIL PROTECTED]>
wrote:

> I need to generate a WHERE Clause like:
>
> ...WHERE field1 = 'foobar' AND (field2 = 'foo' OR field3 = 'bar')
>
> I'm having some trouble working this through with the Example classes
> generated by Abator, so I thought I'd ask if it's possible.
>
> Thanks!
>
> -Ryan
>

Reply via email to