Created
May 16, 2019 20:23
-
-
Save ToddKerpelman/284bd0caabb8d2a3686841ca0399ef12 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 DISTINCT user_pseudo_id | |
FROM `firebase-public-project.analytics_153293282.events_*` | |
WHERE event_name = 'first_open' | |
AND _TABLE_SUFFIX BETWEEN '20180801' AND '20180807' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment