Last active
September 28, 2015 19:41
-
-
Save welch/7fcb256bf3c7c80e572a to your computer and use it in GitHub Desktop.
customer info for join -table examples
This file contains 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
[ | |
{"time":"2016-01-01T00:00:00.000Z", "cust_id":1, "email":"[email protected]"}, | |
{"time":"2016-01-01T00:00:02.000Z", "cust_id":2, "email":"[email protected]"}, | |
{"time":"2016-01-01T00:00:03.000Z", "cust_id":3, "email":"[email protected]"} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment