Subject Re: [firebird-support] IN operator performance
Author Ivan Prenosil
> I was wondering if there is a difference in performance between these 2 statements :
>
> WHERE AFIELD = ID
>
> and
>
> WHERE AFIELD IN (ID)

No difference, for the engine they are identical.

Ivan