Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Mail client has no default setting reported, shows as (null) #26

Open
garvankeeley opened this issue Oct 5, 2017 · 2 comments
Open
Labels

Comments

@garvankeeley
Copy link
Contributor

No description provided.

@st3fan
Copy link
Contributor

st3fan commented Oct 6, 2017

If this is product specific then I think this bug should be in Bugzilla?

@garvankeeley
Copy link
Contributor Author

Where did you see this? I don't see any (null) currently
I tried

select
  distinct(default_mail_client),
  count(default_mail_client) as default_mail_client_count
from
  telemetry.mobile_clients_v2
where
  os = 'iOS' and buildid='7227'
group by
  default_mail_client 

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants