At 1/10/2001 09:10 PM, you wrote:
>Thomas Swan <[EMAIL PROTECTED]> writes:
> > Actually if it were possible to look at the values before expanding.  You
> > could reorder the expression so that it was always the case that B < C,
> > then your cost would only be one comparison plus the sequential scan.
>
>Uh ... what if B and C are not constants?

Hmmm... I see your point.  I was looking back through the sources and was 
thinking.

I'd hate doing the work twice.

Is there something in place to reorder or sort or compare results?
Possibly expanding to something like a <= max(b,c) and a >= min(b,c)



Reply via email to