Subject Re: [firebird-support] query plan.
Author Mitchell Peek
Arno Brinkman wrote:
> If a Deal (thus editDate) is always created before
> Discussion and Attachment (which looks so) then you want to use this:
>
> "d.editDate >= '2006-01-12' AND (EXISTS(...) OR_ EXISTS(...))"
>

Alas, this wouldn't give me what I want. I don't need both of those to
be true, just one of the three. That is, the deal has been edited, or,
a new discussion or attachment has been added since a point in time.

Mitch