Hello,
   
  Is this the right way to join 4 tables?
   
  SELECT f1, f2, f3, f4
FROM (
  (  
FIRST LEFT JOIN SECOND ON idf1= idf2
)
LEFT JOIN third ON idf2= idf3
  )
LEFT JOIN fourth ON idf2 = idf4
LIMIT 30 
  

                
---------------------------------
Yahoo! Music Unlimited - Access over 1 million songs.Try it free. 

[Non-text portions of this message have been removed]





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/HKFolB/TM
--------------------------------------------------------------------~-> 

Community email addresses:
  Post message: [email protected]
  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