Skip to content

Commit 0628f2d

Browse files
Update conditional_true_event.md
1 parent 7f7738f commit 0628f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional_true_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CONDITIONAL_TRUE_EVENT
1+
# Conditional True Event
22

33
`CONDITIONAL_TRUE_EVENT` is a powerful, yet underutilized Window Function in Snowflake. `CONDITIONAL_TRUE_EVENT` let's you cumulatively count the occurrences of a TRUE event in a WINDOW. Under the cover, `CONDITIONAL_TRUE_EVENT` assigns an event window number to each row, starting from 0, and increments the number by 1 when the result of the boolean argument expression evaluates true.
44

0 commit comments

Comments
 (0)