Marian Briones wrote:

> 
> If someone can take me under their wing and help me to understand the
> mysteries and wonder of the left join, I might have a fighting chance
> at getting another year contract from one of my clients and have to
> get a larger motorcycle helmet <g>.



The idea behind the LEFT JOIN is to take two tables and includes all of 
the records from the first (left) of the two tables, even if there are 
no matching values for records in the second.

The RIGHT JOIN operation is used to create a right outer join and 
includes all of the records from the second (right) of the two tables, 
even if there are no matching values for records in the first.

an INNER Join will only return records where both contain a record for 
the matching value.



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/HKFolB/TM
--------------------------------------------------------------------~-> 

Community email addresses:
  Post message: php-list@yahoogroups.com
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to