Skip to content

Commit 547c9bb

Browse files
Update how-to-predict-customer-churn-using-sql-pattern-detection.md
1 parent cc914e3 commit 547c9bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

how-to-predict-customer-churn-using-sql-pattern-detection.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ The criteria for predicting a Churn are:
88

99
Based on this criteria we were able to craft a [MATCH_RECOGNIZE](applied-overview-of-MATCH_RECOGNIZE-clause.md) query in Snowflake to get the list of accounts that exhibit this behaviour.
1010

11-
SQL’s MATCH_RECOGNIZE Clause SQL is a great way to perform analysis on your data. SQL is used in many cases to analyze data in data lake, however, when it comes to pattern detection, SQL traditionally hasn’t been used. Introduction of [MATCH_RECOGNIZE](applied-overview-of-MATCH_RECOGNIZE-clause.md) changed that. [MATCH_RECOGNIZE](applied-overview-of-MATCH_RECOGNIZE-clause.md) clause can perform Pattern Matching over a set of rows.
11+
## SQL’s MATCH_RECOGNIZE Clause
12+
13+
SQL is a great way to perform analysis on your data. SQL is used in many cases to analyze data in data lake, however, when it comes to pattern detection, SQL traditionally hasn’t been used. Introduction of [MATCH_RECOGNIZE](applied-overview-of-MATCH_RECOGNIZE-clause.md) changed that. [MATCH_RECOGNIZE](applied-overview-of-MATCH_RECOGNIZE-clause.md) clause can perform Pattern Matching over a set of rows.
1214

1315
## MATCH_RECOGNIZE SQL query
1416

0 commit comments

Comments
 (0)