Re: simple select question

Поиск
Список
Период
Сортировка
От Ragnar
Тема Re: simple select question
Дата
Msg-id 1180950627.5953.2.camel@localhost.localdomain
обсуждение исходный текст
Ответ на simple select question  ("Erol KAHRAMAN" <erol.kahraman@gmail.com>)
Список pgsql-general
On mán, 2007-06-04 at 12:12 +0300, Erol KAHRAMAN wrote:
> hi guys,
>
> i am newbie in postgresql.  I need some help; i am trying to write
> like this:
>
> select * from TABLE where IN ('value1','valeue2',....)

... WHERE what IN (...) ?

> but is it possible to give values from file.
>
> select * from TABLE where IN file

not really. you'd have to import your file
into a table first, possibly with COPY.

gnari



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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: simple select question
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: changing 'mons' in interval?