On Sat, 6 Jan 2001, Robert B. Easter wrote: > What is the syntax for this? Is there an example I can see/run? Should follow standard SQL92 syntax (which, BTW, Oralce doesn't): SELECT * FROM table1 LEFT OUTER JOIN table2 ON (table1.field = table2.field) This will return all rows from table1 even if no corresponding row exists in table2. A RIGHT OUTER JOIN would do the opposite. -- Brett http://www.chapelperilous.net/~bmccoy/ --------------------------------------------------------------------------- It is better to have loved a short man than never to have loved a tall.
- Re: [GENERAL] Outer Joins Tom Lane
- Re: [GENERAL] Outer Joins Robert B. Easter
- Re: [GENERAL] Outer Joins Robert B. Easter
- Re: [GENERAL] Outer Joins Tom Lane
- Re: [GENERAL] Outer Joins Robert B. Easter
- Re: [GENERAL] Outer Joins Tom Lane
- Re: [GENERAL] Outer Joins Tom Lane
- Re: [GENERAL] Outer Joins Bruce Momjian
- Re: [GENERAL] Outer Joins Tom Lane
- Re: [GENERAL] Outer Joins Bruce Momjian
- [GENERAL] Another optimizer question Brett W. McCoy
- [GENERAL] Another optimizer question Gordan Bobic
- Re: [GENERAL] Another optimizer question Gordan Bobic
- Re: [GENERAL] Another optimizer question Tom Lane
- Re: [GENERAL] Another optimizer questio... Gordan Bobic
- [GENERAL] Outer joins eddie iannuccelli
- Re: [GENERAL] Outer joins Tom Lane
- RE: [GENERAL] Outer joins Trewern, Ben
- RE: [GENERAL] Outer joins wsheldah