Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

count doing an Inner join

Hello,   Basically what I want to get the below output   select count(distinct c.email) from dbo.transactions t inner join dbo.Contributors c ON (t.ContributorId=c.Id)   Table Transactions is...