Pretty simple question, specific to BigQuery. I'm sure there's a command I'm missing. I'm used to using "collate" in another query which doesn't work here.
email
| -------- |
| eric@email.com |
| JOHN@EMAIL.COM |
| STACY@EMAIL.COM |
| tanya@email.com |
Desired return:
JOHN@EMAIL.COM,STACY@EMAIL.COM

