Subject | RE: [firebird-support] NULL in concatenate |
---|---|
Author | Alan McDonald |
Post date | 2003-12-28T11:43:39Z |
> Is there any UDFs that do following:There is a COALESE function built-in to the server now - read the release
>
> If param pased to it is NULL returns string NULL else passed param
>
> Ex:
> PPARAM = udf_null_int(AGE); -- AGE is NULL
>
> Result:
> PPARAM = "NULL"
>
> For various data types.
> Thanks
> Filip
notes for 1.5
Alan