Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is this possible to do with a SELECT statement?
Message
 
To
31/10/2005 10:42:20
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01063558
Message ID:
01063604
Views:
10
Jim,
Logically I don't think your suggestion will work. I didn't test your suggestion but I think Sergey's solution is the only proposed solution that will work.

Einar
>
>Not tested, but I think this should work.
>
>SELECT Item.ItemID, ;
>       Creator.UserName , ;
>       Assignee.UserName ;
>  FROM Item JOIN User Creator ;
>   ON Item.UserID = Creator.UserID ;
>  JOIN User Assignee ;
>   ON Item.UserID = Assignee.UserID
>
>
>Regards,
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform