Re: Now...I asked LEFT JOIN with WHERE, now without

2001-09-13 Thread Deryck Henson
"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?

Now...I asked LEFT JOIN with WHERE, now without

2001-09-13 Thread Deryck Henson
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 - h