Viewing post 1 (of 2 total)
You can use :
Select c.ContactID,
I.IssueID,
'IssueAbout' = 'MEMBER',
MemberID,
MemberName,
from Contact as c
Inner Join Issue as I on I.ContactID = C.ContactID
Inner Join Entity on E.EntityID = I.AboutEntityID
Inner Join EntityType as et...
June 24, 2003 at 2:38 am
#462751