Subject | Re: [ib-support] returning NULL values |
---|---|
Author | Entrebytes S.L. |
Post date | 2002-04-18T08:26:05Z |
I solved something similar making an udf that takes a double precision field
as input and returns its value , and if the field is null , returns 0 . With
that , you can be safe against that undesirable effect.
Javi
EntreBytes S.L.
Ontenient , Spain
ERP Development.
as input and returns its value , and if the field is null , returns 0 . With
that , you can be safe against that undesirable effect.
Javi
EntreBytes S.L.
Ontenient , Spain
ERP Development.
----- Original Message -----
From: "maria_ana_ph" <maria_ana_ph@...>
To: <ib-support@yahoogroups.com>
Sent: Thursday, April 18, 2002 10:14 AM
Subject: [ib-support] returning NULL values