util_coalesce

 util_coalesce

Defined in

Testcases:
No testcase defined.
Source code:
  foreach value $args {
    if { $value ne {} } {
      return $value
    }
  }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: