Re: [SQL] set type and in clause

From: Brian Baquiran <brianb(at)evoserve(dot)com>
To: frank <frank(at)x9media(dot)com>
Cc: pgsql-sql(at)hub(dot)org
Subject: Re: [SQL] set type and in clause
Date: 1999-01-19 23:58:30
Message-ID: Pine.OSF.3.91.990120075617.6615A-100000@athena.evoserve.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 youd want to run some query like
>
> select . . . from . . . where xxx in yyy
>
> is such a data type supported by postgresql? do other dbmss 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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Dave Inskeep 1999-01-20 04:51:27 Beginner question - select with multiple tables
Previous Message frank 1999-01-19 22:25:44 set type and in clause