Multiple table join - Mailing list pgsql-sql

From Louise Cofield
Subject Multiple table join
Date
Msg-id 002d01c38c26$aaa76990$7801a8c0@Louise
Whole thread Raw
Responses Re: Multiple table join
Re: Multiple table join
List pgsql-sql

Greetings, SQL gurus!

 

I am attempting to select fields Location and Item_Num from table A where A.Location = B.Location,

AND

select Item_Description from table C, where A.Item_Num = C.Item_Num.

 

 

Any help would be appreciated.

 

Louise

 

 

pgsql-sql by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Converting Query from MS SQL
Next
From: Bruno Wolff III
Date:
Subject: Re: Multiple table join