Subject Re: Select how to
Author sboydlns
--- In firebird-support@yahoogroups.com, Lucas Franzen <luc@r...> wrote:
>
> Have you considered replacing the
>
> SELECT ... FROM table1 where table1_key IN (...)
>
> with
>
> SELECT ... FROM table1 where EXISTS (...)
>
>
> I don't know a faster way than that.
>
> Luc.
I knew that there had to be a way to do it but I was too close to the
problem to see it. I'll give it a try. Thanks.