Subject Null Value
Author acamargo_alc
Hi,

Is there a function like isnull (sybase) or nvl (oracle) in
firebird ?
e.g:

select nvl(qtdy , 0 )
from table;

select isnull(qtdy , 0 )
from table;

tks,
Alessandro