[Zope] Duplicate column name in ZSQL Method

Martin Fahlgren martin.fahlgren@salomon.at
Tue, 15 Feb 2000 17:14:31 +0100


Hello!

Is there any possibility to make a query like

select * from table1, table2

without explicitly typing every column name. If table1 and table2 have
columns with the same names Zope raises an exception with the message
"Duplicate column names"

Thanks a lot!
Martin Fahlgren