Re: [PHP] Postgres query problem

2002-06-12 Thread Aaron
AIL PROTECTED]> >Sent: Wednesday, June 12, 2002 12:40 AM >Subject: [PHP] Postgres query problem > > > > >>I have a sql quer like this : " select a.title AS bugga, b.id AS asdf >>FROM tableone AS a FULL JOIN tabletwo AS b ON(a.title=b.filething)" >>

Re: [PHP] Postgres query problem

2002-06-12 Thread 1LT John W. Holmes
June 12, 2002 12:40 AM Subject: [PHP] Postgres query problem > I have a sql quer like this : " select a.title AS bugga, b.id AS asdf > FROM tableone AS a FULL JOIN tabletwo AS b ON(a.title=b.filething)" > > anyway, thats a test query which is slightly smaller then the one

[PHP] Postgres query problem

2002-06-11 Thread Aaron
I have a sql quer like this : " select a.title AS bugga, b.id AS asdf FROM tableone AS a FULL JOIN tabletwo AS b ON(a.title=b.filething)" anyway, thats a test query which is slightly smaller then the one I want. BUT when i use it from the command console in postgres, it works no problem but i