Re: [TF-LIB] COALESCE is an unhelpful choice of name

Kjetil Kjernsmo wrote:
> On Friday 13. November 2009 14:01:31 Andy Seaborne wrote:
>> I don't find the name COALESCE very helpful.
> 
> I've been following the Semantics of SUM thread, since it looks like a 
> problem I've had, but I feel I haven't really grokked what COALESCE is 
> supposed to mean... So, I'll pose the stupid question: What is this suppose 
> to do?

COALESCE (or whatever it's called) takes 1 or more arguments and returns 
the first of its arguments that is bound to a value (i.e. first argument 
that is not unbound and not a type error).

Lee

Received on Friday, 13 November 2009 20:06:13 UTC