Just to join ALL the records from ALL 15 tables together in one big blob of
data and have there be a something that tells me which table each record
comes from.

- Deryck H
- http://www.comp-u-exchange.com
----- Original Message -----
From: "Deryck Henson" <[EMAIL PROTECTED]>
To: "MySQL" <[EMAIL PROTECTED]>
Sent: Friday, September 14, 2001 1:20 AM
Subject: Now...I asked LEFT JOIN with WHERE, now without


> This relates to the earlier posts I made about left joins.  I was shown
how
> to do it with a where clause, but now how do I do it WITHOUT one?  Like
>
> SELECT * FROM basetable left join 2ndtable on (basetable.*=2ndtable.*)
>
> Something like that...  I need help with this as you can see.
>
> - Deryck H
> - http://www.comp-u-exchange.com
>
>
> ---------------------------------------------------------------------
> 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

Reply via email to