Subject UDFs and NULL
Author Dimitar Selensky
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]