We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84c67d commit 6bb8d5fCopy full SHA for 6bb8d5f
1 file changed
Doppler.ReportingApi/Infrastructure/SummaryRepository.cs
@@ -37,7 +37,6 @@ public async Task<CampaignsSummary> GetCampaignsSummaryByUserAsync(string userNa
37
FROM [user]
38
INNER JOIN Campaign WITH (NOLOCK) on [user].iduser = Campaign.IdUser
39
LEFT JOIN CampaignStats CS ON CS.IdCampaign = Campaign.IdCampaign
40
-
41
OUTER APPLY (
42
SELECT COUNT(DISTINCT LT.IdSubscriber) AS UniqueClickCount
43
FROM Link L WITH (NOLOCK)
0 commit comments