orange-train-515
11/02/2021, 1:55 PMSELECT
  user_id as user_id,
  anonymous_id as anonymous_id,
  duration as value,
  received_at as timestamp
FROM
  sessions
What happens if there are several entries with the same user id?  Do we sum all the values of the same user or calculate their average?future-teacher-7046
orange-train-515
11/02/2021, 2:01 PM