Search found 1 match

by orb1024
29.05.2006, 07:35
Forum: 6.1.5
Topic: mySQL5 incompatible
Replies: 0
Views: 1728

mySQL5 incompatible

I use mySQL 5.0.20a Debian. The problem is the new syntax of "JOIN" in mySQL 5. I have to put in round backets the "FROM" elements, when I use "JOIN" in SQL sentence. Expl: select * from (a,b) left join c on (a.id = c.id). All the tables's id field type is integer auto_...