Subject | Null Value |
---|---|
Author | acamargo_alc |
Post date | 2002-09-11T11:37:53Z |
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
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