Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cross tab query
Message
From
21/10/2011 07:54:21
 
 
To
21/10/2011 06:51:19
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Miscellaneous
Thread ID:
01527029
Message ID:
01527032
Views:
40
>Hi
>
>I've got a member table, a contact table and an organisation table.
>
>
>A member is part of an organisation via a linking contact table and should only be a member of one organisation.
>
>I want to list members who are members of more than one organisation and on the same line have the organisation code.
>
>So
>
>member001,ORG01,ORG02
>member002,ORG01,ORG06,ORG08
>
>etc
>
>Any thoughts on the best way to produce this would be welcome.

If your version of SQL supports it, check out the PIVOT clause.
Greg Reichert
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform