URGENT RE: [Zope] ZmysqlDA

Jens Vagelpohl jens@zope.com
Wed, 29 May 2002 13:42:30 -0400


i don't think this has anything to do with zope or ZMySQLDA.

you should read up on MySQL and especially about the SQL it uses.

jens


On Wednesday, May 29, 2002, at 01:34 , Oliver Marx wrote:

> How do you guys/girls do joins?
> Am I missing something about Zope?
>
> \Oliver
>
>>> -----Original Message-----
>>> From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of
>>> Oliver Marx
>>> Sent: 29. maj 2002 19:18
>>> To: Zope@Zope. Org
>>> Subject: [Zope] ZmysqlDA
>>>
>>>
>>> select * from table1 left join table2 on table1.id=table2.id
>>>
>>> Error:
>>> duplicate column name, id
>>>
>>> Is this an error or a feature?
>>>
>>> \Oliver