Skip to content

Commit fac42f0

Browse files
Update how-to-predict-customer-churn-using-sql-pattern-detection.md
1 parent ddb0c9f commit fac42f0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,16 @@ DEFINE
262262
| R | 2023-10-01 | 5 |
263263
| R | 2023-11-01 | 4 |
264264
| R | 2023-12-01 | 3 |
265+
266+
267+
# See also:
268+
<ul id="recent-articles">
269+
{% for page in site.pages %}
270+
{% if page.title contains "MATCH_RECOGNIZE" %}
271+
<li>
272+
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
273+
</li>
274+
{% endif %}
275+
{% endfor %}
276+
</ul>
277+

0 commit comments

Comments
 (0)