Skip to content

Instantly share code, notes, and snippets.

@wvpv
Last active June 15, 2019 19:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wvpv/f9afc474ad3e3ae316cd to your computer and use it in GitHub Desktop.
Save wvpv/f9afc474ad3e3ae316cd to your computer and use it in GitHub Desktop.
SFMC SQL select profile attributes values from the EnterpriseAtrributes data view
select
a.customerID
, s.emailAddress
from EnterpriseAttributes a
inner join _Subscribers s on (s.subscriberID = a.subscriberID)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment