Subject | Re: [firebird-support] put zeroes where ther are nulls in view? |
---|---|
Author | Daniel Rail |
Post date | 2004-08-10T13:50:02Z |
Hi,
At August 10, 2004, 10:36, Jorge Andrés Brugger wrote:
instead of NULL. Look in the release notes for all the information.
--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)
At August 10, 2004, 10:36, Jorge Andrés Brugger wrote:
> Hi.If you are using FB 1.5, you can use COALESCE to return the value 0
> I´ve a view with a left join between two tables, and I want to return 0
> instead of null on a field of the second table. Is this posible?
> Actual result set:
> Field_1 Field_2
> 1 1
> 2 2
> 3 null
> and I want:
> 1 1
> 2 2
> 3 0
instead of NULL. Look in the release notes for all the information.
--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)