outer join syntax

Поиск
Список
Период
Сортировка
От Sarfaraz Patel
Тема outer join syntax
Дата
Msg-id B7923E21D75AD311A4FB009027AA447C0C3651@CTCMAIL
обсуждение исходный текст
Ответы Re: outer join syntax
Список pgsql-sql
HI, 
Regarding the syntax for outer join.....i try using this for my query...
select  ran, "pr", "followup"
from view_pr, view_followup
where ran.trialno *=* view_pr.trialno and
ran.trialno *=* view_followup.trialno;

I hope its right..but gives the error missing expression pointing at the *=*
sign...
help would be appreciated
thanx 
saf


В списке pgsql-sql по дате отправления:

Предыдущее
От: Wilson Fletcher
Дата:
Сообщение: RE: Loading values in from postgreSQL database into a combo box using PHP
Следующее
От: Alexander Stetsenko
Дата:
Сообщение: Novice trouble with plpgsql