[Zope] \n problems with mysql5

Tino Wildenhain tino at wildenhain.de
Fri Sep 15 04:22:33 EDT 2006



--On Freitag, 15. September 2006 01:08 -0700 Ferhat Ayaz 
<ferhatayaz at yahoo.com> wrote:

>
> Hi,
> sorry list. The problem was the changed syntax of JOIN
> between mysql 4 and 5.
>
> SELECT bla FROM bla INNER JOIN table1,table2 ON ( bla
> )
>
> must be changed to
>
> SELECT bla FROM bla INNER JOIN (table1,table2) ON (
> bla )

Crazy syntax.
What about SELECT bla FROM table1 JOIN table2 USING bla ?

Regards
Tino


More information about the Zope mailing list