Subject RE: [firebird-support] IsNull sentence
Author Alan McDonald
> Hi everyone...Does someone knows how can I do this sentence in
> SQL Server but in Firebird 1.5:
>
> Select IsNull(Field1, 0), Field 2, From Table
>
> I don't wanna use a SP to do this I wanna do in a single sentence
>
> Thanks
>
> Antonio

Use COALESCE with the same syntax
Alan