Re: searching array

Поиск
Список
Период
Сортировка
От Matthew Peter
Тема Re: searching array
Дата
Msg-id 20051017190631.57611.qmail@web35212.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на searching array  (Matthew Peter <survivedsushi@yahoo.com>)
Ответы Re: searching array
Список pgsql-general
Thanks. That syntax didn't look right to find values
gte 10000. But thanks everyone!



--- Tom Lane <tgl@sss.pgh.pa.us> wrote:

> Matthew Peter <survivedsushi@yahoo.com> writes:
> > Yes. I did read it wrong. I wanted to find all
> records
> > that contained x where x >= 10000
>
> Then flip it around:
>
>     contain x where 10000 <= x
>
>     10000 <= ANY (array)
>
> For syntactic reasons, there's no "ANY(array) >= x"
> construct,
> so you have to write it this way.
>
>             regards, tom lane
>





__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com

В списке pgsql-general по дате отправления:

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [pgsql-advocacy] Oracle buys Innobase
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: searching array