Subject | NULL in string |
---|---|
Author | Olaf Kluge |
Post date | 2011-05-25T19:59:31Z |
Hello,
I like set a string-output: 'Text ' || :integervar || ' Text'
If the integervar is null, the entire string is null. Now I can do the
following:
'Text ' || COALESCE(:integervar,'NULL') || ' Text'
Is there a function available like 'nz(.)' - if is null then returns 0 in
firebird? (If nullstring, then emty string?)
Thank you.
Regards.
Olaf
[Non-text portions of this message have been removed]
I like set a string-output: 'Text ' || :integervar || ' Text'
If the integervar is null, the entire string is null. Now I can do the
following:
'Text ' || COALESCE(:integervar,'NULL') || ' Text'
Is there a function available like 'nz(.)' - if is null then returns 0 in
firebird? (If nullstring, then emty string?)
Thank you.
Regards.
Olaf
[Non-text portions of this message have been removed]