Subject | ISNULL FUNCTION |
---|---|
Author | Hellen Huang |
Post date | 2002-01-31T08:22:08Z |
Dear All,
Is there any isnull function on IB, like SQL SERVER :
example :
select isnull(value_nr,0) from tablename;
so when the data is null, it's show 0 not <NULL>
Regards,
Hellen Huang
Is there any isnull function on IB, like SQL SERVER :
example :
select isnull(value_nr,0) from tablename;
so when the data is null, it's show 0 not <NULL>
Regards,
Hellen Huang