Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Special INNER JOIN clause required
Message
 
 
To
14/03/2009 22:01:47
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01387986
Message ID:
01388169
Views:
23
>>I guess Sergey already answered it, but I would answer anyway, since this is the question I answered just a day ago on another forum too (I haven't yet checked other answers in this thread). You need to use UNION here, e.g.
>>
>>select Member.FirstName from Friend INNER JOIN Member ON ?
>>UNION ;
>
>If you see my other reply, I used the INNER JOIN without UNION to address the issue.

I saw it later, I think UNION is easier to understand, but as long as your code works it's all that matters.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform