Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Created March 5, 2021 09:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuzannamj/de8d132a73e1cd82182512d5d855cd4b to your computer and use it in GitHub Desktop.
Save zuzannamj/de8d132a73e1cd82182512d5d855cd4b to your computer and use it in GitHub Desktop.
select
jobid,
ListID,
BatchID,
subscriberid,
count(subscriberid) AS Clicks
from _click
group by subscriberid, jobid, ListID, BatchID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment