Subject Re: [firebird-support] Re: Is there a parameter value of 'don't care' ?
Author PenWin
>> [...] (NAME=:Name OR :Name IS NULL) [...]

> Is it any faster if you use coalesce instead? Such as:
>
> NAME = coalesce(:Name,NAME)

It is about 10% slower.

Pepak