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/76e6dc2ce9a50eb30756476211c4e36e to your computer and use it in GitHub Desktop.
Save zuzannamj/76e6dc2ce9a50eb30756476211c4e36e to your computer and use it in GitHub Desktop.
select
jobid,
ListID,
BatchID,
subscriberid,
count(subscriberid) AS Opens
from _open
group by subscriberid, jobid, ListID, BatchID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment