I have it backwards huh? Since the variables are
switched around in a ANY search

I want a SELECT * FROM table WHERE arrcol >= 10000

How do I write it to get those results?



--- Tom Lane <[EMAIL PROTECTED]> wrote:

> Matthew Peter <[EMAIL PROTECTED]> writes:
> > Shouldn't >= also return Carols records since she
> > contains records GREATER THAN 10000?
> 
> You seem to be reading the construct backwards.
> 
>       x >= ALL (array)
> 
> is true if x >= every member of the array.  This is
> clearly false
> for x = 10000 and array = {20000, 25000, 25000,
> 25000} ... in fact,
> x isn't >= any of those members.
> 
>                       regards, tom lane
> 



                
__________________________________ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to