Re: [SQL] set type and in clause

Поиск
Список
Период
Сортировка
От Brian Baquiran
Тема Re: [SQL] set type and in clause
Дата
Msg-id Pine.OSF.3.91.990120075617.6615A-100000@athena.evoserve.com
обсуждение исходный текст
Ответ на set type and in clause  (frank <frank@x9media.com>)
Список pgsql-sql
On Tue, 19 Jan 1999, frank wrote:

> how do you create a set type, i.e. an attribute which is, say �set of
> char�; and then you�d want to run some query like
>
> select  . . . from  . . . where xxx in yyy
>
> is such a data type supported by postgresql? do other dbms�s support it?

Perhaps you mean an array? If so, it's in Ch. 13 of your postgres docs.
Don't know if other dbms support it.

Brian

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

Предыдущее
От: frank
Дата:
Сообщение: set type and in clause
Следующее
От: Dave Inskeep
Дата:
Сообщение: Beginner question - select with multiple tables