-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Peter Brawley wrote:
> James,
> 
> You can reproduce that error by writing ...
> 
>   SELECT ...
>   FROM a, b INNER JOIN c ON a.x=c.y
> 
> The error goes away if you instead write ...
> 
>   SELECT ...
>   FROM b, a INNER JOIN c ON A.x=c.y

  I will try it. Thank you.

  Would this be a bug, or just something that should be documented?

- --
"Love is mutual self-giving that ends in self-recovery." Fulton Sheen
James Black    [EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDTUz7ikQgpVn8xrARArGNAJ9MrOEjMay9N4VirSvt9Zv/fZYE0ACfSOYD
wqshJve8wnUiZv0vWqVNrCc=
=Nhd7
-----END PGP SIGNATURE-----

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

Reply via email to