Re: Hat denn schon jemand die Installation hinbekommen?

[email protected] (mikespub) Mon, 16 Jun 2003 22:30:02 GMT
Newsgroups gmane.comp.cms.xaraya.user.german
Organization Not much, really...
Message-ID <[email protected]>
In article <bcfff8$e6i$1-111RdWWlOxkOkXtL6OYfHgC/[email protected]>, [email protected] (Chris) wrote:
>So - mit 904 gibt es ausführliche Fehlermeldungen. Mit meinen bescheidenen
>SQL-Kenntnissen würde ich mal unterstellen, dass das INNER JOIN das
>Problem ist. Funktioniert das erst mit neueren Mysql-Versionen?
>
>Thx Chris
>

http://www.mysql.com/doc/de/JOIN.html : Beachten Sie, dass vor Version 3.23.17
INNER JOIN keine join_bedingung aufnahm! 

http://www.mysql.com/doc/en/JOIN.html : INNER JOIN and , (comma) are 
semantically equivalent. Both do a full join between the tables used. 
Normally, you specify how the tables should be linked in the WHERE condition.

Mike