AW: [HACKERS] Enhancing PGSQL to be compatible with Informix SQL - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: [HACKERS] Enhancing PGSQL to be compatible with Informix SQL
Date
Msg-id 219F68D65015D011A8E000006F8590C603FDC1FC@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> > It would be:
> > 
> >     SELECT *
> >     FROM tab1, OUTER tab2
> >     WHERE tab1.col1 = tab2.col2
> 
> What about >2 table joins?  Wish I had my book here, but I though tyou
> could do multiple OUTER joins, no?

select * from tab1, OUTER tab2, OUTER (tab3, tab4), tab5, OUTER tab6, OUTER (tab7, OUTER tab8) where ......

imho understandable syntax.

Andreas


pgsql-hackers by date:

Previous
From: Cory Kempf
Date:
Subject: Re: postgresql installation
Next
From: Michael Robinson
Date:
Subject: Copy from/to asymmetry