View previous topic :: View next topic |
Author |
Message |
reverett
Joined: 30 Mar 2009 Posts: 8 Location: USA
|
Posted: Sat Feb 13, 2010 11:55 pm Post subject: JOIN |
|
|
Hello,
Trying to do two LEFT JOINs and keep getting errors:
SELECT * FROM a LEFT JOIN b ON a.x = b.x LEFT JOIN c ON a.y = c.y
Can anyone help with proper syntax?
Thanks!
Randall |
|
Back to top |
|
 |
admin Site Admin
Joined: 13 Apr 2005 Posts: 1472
|
Posted: Sun Feb 14, 2010 7:18 pm Post subject: |
|
|
I'm sorry we cannot give programming support on this forum.
I suggest you ask this question on a forum dedicated to SQL. |
|
Back to top |
|
 |
|