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

Reply via email to