- Mailing list pgsql-sql

From postgresql
Subject
Date
Msg-id 200109061705.f86H5m734314@postgresql.org
Whole thread Raw
List pgsql-sql
I am basically self taught with sql. I find that I keep re-reading the 
postgresql tutorials tryin to add a little more to my understanding. 

so my question is... Is this the best way to word this querry?
I have two tables, fc_client_info and fc_communication. I keep reading 
the section on JOINs and wonder if I should querry this differently. for 
some reason I have been shying away from JOINs (I haven't figures them 
out).

SELECT i.cname FROM fc_client_info i, fc_communication c WHERE i.acode = 
c.acode AND c.contactdate = '09/06/2001' ORDER BY lower(cname);

Thank for your great software.... I am really beginning to like SQL... 

Ted




pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] [GENERAL] getting the oid for a new tuple in a BEFORE
Next
From: Alessandro Rossi
Date:
Subject: BUG in 7.1.3