Skip to content

Commit 139c190

Browse files
Update retrieving-first-instance-of-change-event-using-conditional_change_event.md
1 parent 9f33495 commit 139c190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retrieving-first-instance-of-change-event-using-conditional_change_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Retrieving first instance of change event using conditional_change_event
22

3-
CONDITIONAL_CHANGE_EVENT is a versatile Snowflake function that returns a window event number for each row when the value of the expression is different from the value in the previous row.
3+
`CONDITIONAL_CHANGE_EVENT` is a versatile Snowflake function that returns a window event number for each row when the value of the expression is different from the value in the previous row.
44

55
This can be a very powerful function to use when analyzing events data or time-series data. For e.g. if you need to retrieve the first `update_date` by Support Engineer per Case Status change in the following data:
66

0 commit comments

Comments
 (0)