What do you mean, it doesn't work?

Michael

Marco wrote:

The query

 > select * from a join b on a.x = b.y;

works on mySQL 3.23.56 but doesn't work on mySQL 3.23.58.
I had to change it in

 > select * from a,b where a.x = b.y;

Is it a well-known behavior or is it a bit strange?

Thanks,
Marco


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to