Subject | UDFs and NULL |
---|---|
Author | Dimitar Selensky |
Post date | 2001-09-16T16:29:34Z |
Is there a way to tell that a certain parameter passed to an UDF function is null?
I need a function like NVL(<field>, <value>) which will return <value> if <field> is null and <field> itself if it isn't null...
-- Dimitar
[Non-text portions of this message have been removed]
I need a function like NVL(<field>, <value>) which will return <value> if <field> is null and <field> itself if it isn't null...
-- Dimitar
[Non-text portions of this message have been removed]