Re: [SQL] joins again

2000-05-27 Thread Erol Oz
Hi, You may find examples in the section 'Joining Tables' of Bruce Momjian's marvelous work. http://www.postgresql.org/docs/aw_pgsql_book/node63.html I hope this helps. Regards Erol CB wrote: > Hi, > > Can someone tell me which (if any) joins are supported with 7? It > appears the answer is 'n

[SQL] joins again

2000-05-27 Thread CB
Hi, Can someone tell me which (if any) joins are supported with 7? It appears the answer is 'none' but I want to make sure. Since I think the answer is 'none' can someone tell me how you emulate inner and outer joins using the where clause (I need an example)? Thanks! Craig