Hi there,
 
 My MySQL LEFT JOIN Syntax as following is wrong? I
cannot  get the right result.
 
 SELECT name, email form T1 LEFT JOIN T2 ON
 T1.Snum=T2.Bnum
 
 T1(Snum,name,email,address)
 
 T2(Bnum, notes, time)
 
 I wnat ot get the result(name, email, notes).
 
 Any suggestion, comments? Thanks
 
 Yan
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Web Hosting - Let the expert host your site
> http://webhosting.yahoo.com
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.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