From: Brian <Brrrian(at)Excite(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject:
Date: 2001-12-23 00:42:59
Message-ID: 5.1.0.14.2.20011222163551.020e9ec0@pop.we.mediaone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Given 3 tables:
---------------
Table Operations(Op)
Op_ID, Op_Name,...

and

Table TravelerHEADER(TravH)
TravH_ID, TravName, Part_ID,...

and

Table TravelerDETAIL(TravD)
TravD_ID, TravH_ID, Op_ID, TravOrder,...

How can I retrieve the OP RecordSet
associated with the subset of TravD records
given a single TravH_ID?

That is to say:
There are a finite set of travd records that relate to a singular travh record... for each of those travd records I want the related Op record.

Stumped again,
Brian

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Brian 2001-12-23 00:58:42 Three table query
Previous Message Frank Bax 2001-12-22 16:10:38 Re: Import DB from DOS- dbase4