We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af715e commit e551e1dCopy full SHA for e551e1d
1 file changed
Doppler.ReportingApi/Infrastructure/CampaignRepository.cs
@@ -94,7 +94,7 @@ THEN 1
94
END) [Spam]
95
FROM [dbo].[Subscriber] S WITH (NOLOCK)
96
JOIN [dbo].[Campaign] C WITH (NOLOCK)
97
- ON S.[IdUser] = S.[IdUser] AND S.[IdCampaign] = C.[IdCampaign]
+ ON S.[IdUser] = C.[IdUser] AND S.[IdCampaign] = C.[IdCampaign]
98
JOIN [dbo].[User] U WITH (NOLOCK)
99
ON S.[IdUser] = U.[IdUser]
100
WHERE
0 commit comments