- Архив списков рассылки pgsql-sql

Поиск
Список
Период
Сортировка
От postgresql
Тема
Дата
Msg-id 200109061705.f86H5m734314@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] [GENERAL] getting the oid for a new tuple in a BEFORE
Следующее
От: Alessandro Rossi
Дата:
Сообщение: BUG in 7.1.3