To query many tables.

From: trebischt(at)freemail(dot)hu (trebischt)
To: pgsql-sql(at)postgresql(dot)org
Subject: To query many tables.
Date: 2001-09-11 18:47:03
Message-ID: f391b602.0109111047.4735563b@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

I have to query many tables (about 18 tables)
from a database to field a riport in HTML.
I can make the query and it works (I think), but it's a bit strange to
me.
The query looks like this:

select * from table1 f, table2 s, table3 t, table4 fo, table5 fi,
table6 si, table 7 se, table8 e, table9 n, table10 ten, table 11 el,
table 12 tw ...
where f.id=s.id
and f.id=t.id
and f.id=fo.id
and f.id=fi.id
and so on...

Is this the right way, or are there any better solution?
How do the professionals make that big queries?

Thanks in advance!

Regards,

Trebb

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Domingo Alvarez Duarte 2001-09-11 20:15:21 using LATIN1 ?
Previous Message Josh Berkus 2001-09-11 17:29:48 Re: referencing oid impozsible ?