Re: searching array
| От | Matthew Peter |
|---|---|
| Тема | Re: searching array |
| Дата | |
| Msg-id | 20051017190240.56838.qmail@web35211.mail.mud.yahoo.com обсуждение |
| Ответ на | Re: searching array (Tom Lane <tgl@sss.pgh.pa.us>) |
| Список | pgsql-general |
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 <tgl@sss.pgh.pa.us> wrote:
> Matthew Peter <survivedsushi@yahoo.com> 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/
В списке pgsql-general по дате отправления: