Subject | Re: [firebird-support] Problem with not in queries in Firebird 2.0 RC3 |
---|---|
Author | Dmitry Yemanov |
Post date | 2006-07-04T13:02:53Z |
"Graeme Edwards" <g.edwards@...> wrote:
cause wrong results in some cases (we had three related bugreports). But as
subqueries still executed per every master row, you'll have a very long
execution time. Sad but true.
A workaround is to use a left outer join with IS NULL clause in the WHERE
section.
Dmitry
>It's a bugfix, actually. NOT IN and ALL don't use indices anymore, as it may
> It appears to me that if I now attempt to run a query with a not in clause
cause wrong results in some cases (we had three related bugreports). But as
subqueries still executed per every master row, you'll have a very long
execution time. Sad but true.
A workaround is to use a left outer join with IS NULL clause in the WHERE
section.
Dmitry