RE: [SQL] Two table select

From: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
To: Andy <alewis(at)mpsi(dot)net>, pgsql-sql(at)postgreSQL(dot)org
Subject: RE: [SQL] Two table select
Date: 1999-02-03 18:53:01
Message-ID: F10BB1FAF801D111829B0060971D839F63FB19@cpsmail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

huh?!.
Need more (comprehensible) information...
Maybe it's just me,
-DEJ

> -----Original Message-----
> From: Andy [mailto:alewis(at)mpsi(dot)net]
> Sent: Wednesday, February 03, 1999 12:16 PM
> To: pgsql-sql(at)postgreSQL(dot)org
> Subject: [SQL] Two table select
>
>
> I have two queries that I'd like to make as one. Here are the queries:
>
> select * from referral where oid = $some_oid
>
> select bldgname from apts where bldgnum = 'rbldg1'
>
>
> I am trying to get the bldgname from the apts table and want
> to get all of the
> bldgname's including rbldg2, rbldg3, rbldg4. Trying to do it
> in one select
> statment, is this possible?
>
>
>
> table = referral
> +----------------------------------+--------------------------
--------+-------+
> | rstate | varchar()
> | 2 |
> | rrif | varchar()
> | 10 |
> | rphone | varchar()
> | 20 |
> | rfirstname | varchar()
> | 20 |
> | rlastname | varchar()
> | 25 |
> | rbldg1 | varchar()
> | 10 |
> | rbldgcomment1 | text
> | var |
> | rbldg2 | varchar()
> | 10 |
> | rbldgcomment2 | text
> | var |
> | rbldg3 | varchar()
> | 10 |
> | rbldgcomment3 | text
> | var |
> | rbldg4 | varchar()
> | 10 |
> ....
> +----------------------------------+--------------------------
--------+-------+
>
> Thanks in advance
>
> Andy
>
>

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jackson, DeJuan 1999-02-03 19:09:06 RE: Two table select (fwd)
Previous Message Andy 1999-02-03 18:16:03 Two table select