how to do this query? - Mailing list pgsql-sql

From ww zz
Subject how to do this query?
Date
Msg-id 20030520160011.81254.qmail@web41803.mail.yahoo.com
Whole thread Raw
Responses Re: how to do this query?  (Richard Huxton <dev@archonet.com>)
Re: how to do this query?  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-sql
New to sql and may be a simple question for you:

I have four tables

sample:   sid, sname
make:     sid, mdate
measure:  sid, mdate, rid
result:   rid, resultdata

for a gaven sample it always has a sid and sname, but
it may or may not have any entries in the other
tables, the sample could be measured more than once
and each measure give a result row.
question:
how do I do a query that given a sid, it will retrieve
all the information available in the four tables, if
there are available. If, for example, all tables have
some entry for a gave sample it will retreve all the
information, if the "measure" and "result" are empty
for that sample it will give only the 'sample' and
'make' information....

please help

Thanks



__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com


pgsql-sql by date:

Previous
From: Jan Wieck
Date:
Subject: Re: Testing castability of text to numeric
Next
From: Tom Lane
Date:
Subject: Re: Performance on temp table inserts