Re: [SQL] set type and in clause - Mailing list pgsql-sql

From Brian Baquiran
Subject Re: [SQL] set type and in clause
Date
Msg-id Pine.OSF.3.91.990120075617.6615A-100000@athena.evoserve.com
Whole thread Raw
In response to set type and in clause  (frank <frank@x9media.com>)
List 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 by date:

Previous
From: frank
Date:
Subject: set type and in clause
Next
From: Dave Inskeep
Date:
Subject: Beginner question - select with multiple tables