Don't know about max number but unlimited, I would have thought.
SELECT b1.foo, b2.foo
FROM bar as b1, bar as b2
WHERE ...
Will get you a table join on itself.
----- Original Message -----
From: "goEbusiness.com Mail Lists" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 07, 2001 0:26
Subject: Max number of Joins
> How many times can I join tables together? What about joining a table to
itself?
>
> I checked the maillist archive/manual but cannot find a definite answer
(searched on "max number of joins", "joins")...I'd though it would be in
section 7.20 of the manual but it wasn't.
>
> Thanks.
>
> Bill
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
> http://www.mysql.com/manual.php (the manual)
> http://lists.mysql.com/ (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php