pub fn nvl(arg_1: Expr, arg_2: Expr) -> Expr
Expand description

returns value2 if value1 is NULL; otherwise it returns value1 Return $name(arg)