[SQL] full join...using and version of pgsql

2004-04-14 Thread Tina Messmann
hello list, i am using pgsql 7.2.1 i need something like select * from t1 full join t2 using(bla) full join t3 using(bla) i searched the archives and found that this is not possible with my version of postgres. is this implemented in newer versions of postgres? since which version? i'll try the

Re: [SQL] full join...using and version of pgsql

2004-04-14 Thread scott.marlowe
On Wed, 14 Apr 2004, Tina Messmann wrote: > hello list, > > i am using pgsql 7.2.1 > i need something like > > select * from t1 full join t2 using(bla) full join t3 using(bla) > > i searched the archives and found that this is not possible with my > version of postgres. > is this implemented i