Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit d2feaba

Browse files
Dan Leedataform.co
authored andcommitted
unbounded following
1 parent 5a89a72 commit d2feaba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/user_map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ select distinct
4444
ignore_nulls: false,
4545
partition_fields: "anonymous_id",
4646
order_fields: "anonymous_id_user_id_pairs.timestamp asc",
47-
frame_clause: "rows between unbounded preceding and current row"
47+
frame_clause: "rows between unbounded preceding and unbounded following"
4848
})} as user_id
4949
from
5050
anonymous_id_user_id_pairs

0 commit comments

Comments
 (0)