General SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesGeneral SQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old February 15th, 2006, 07:19 AM
adamskii adamskii is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 10 adamskii User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 24 m 9 sec
Reputation Power: 0
Unhappy LEFT & RIGHT JOIN problem

I have 3 tables "tblCategory", "tblSubCategory" and "tblJoinSub2Cat". I need all the records in tblCategory which match a certain criteria, along with each SubCategory associated to that category (associations are stored in tblJoinSub2Cat).

Heres my sql (which gives me a "Join expression not supported" error):

Code:
SELECT tblCategory.fieldName, tblSubCategory.fieldName
FROM tblSubCategory
INNER JOIN (tblJoinSub2Cat RIGHT JOIN tblCategory ON tblJoinSub2Cat.fieldName=tblCategory.fieldName)
ON tblSubCategory.fieldName=tblJoinSub2Cat.fieldName
WHERE (tblCategory.FieldName='"&Variable&"')

However, when I take the RIGHT JOIN out of the 'nest' I get no error, as shown below:

Code:
SELECT tblCategory.fieldName
FROM tblJoinSub2Cat
RIGHT JOIN tblCategory
ON tblJoinSub2Cat.fieldName=tblCategory.fieldName
WHERE tblCategory.fieldName='"&Variable&"'

Im using MS Access and ASP VBscript.

Any suggestions will be great appreciated...
Ads

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesGeneral SQL Development > LEFT & RIGHT JOIN problem


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway