Date: 06/12/02
- Next message: Steve Fitzgerald: "Re: [PHP] netscape wont show form result"
- Previous message: David Robley: "Re: [PHP] GOTO command. Doest it exist?"
- Next in thread: 1LT John W. Holmes: "Re: [PHP] Postgres query problem"
- Reply: 1LT John W. Holmes: "Re: [PHP] Postgres query problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 in php it complains about ambiguos column "title"...... so I dont
know what I can do about it.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Steve Fitzgerald: "Re: [PHP] netscape wont show form result"
- Previous message: David Robley: "Re: [PHP] GOTO command. Doest it exist?"
- Next in thread: 1LT John W. Holmes: "Re: [PHP] Postgres query problem"
- Reply: 1LT John W. Holmes: "Re: [PHP] Postgres query problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

