Created
April 14, 2016 12:13
-
-
Save jthandy/363923bd829a9ed058840d1debdffac8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select campaign_id, email_id, action_date as opened_date | |
from {{env.schema}}.mailchimp_email_actions | |
where action = 'open' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment