OOW content for Pattern Matching....
Posted
by KLaker
on Oracle Blogs
See other posts from Oracle Blogs
or by KLaker
Published on Wed, 23 Oct 2013 06:54:36 +0000
Indexed on
2013/10/23
10:06 UTC
Read the original article
Hit count: 313
/Oracle/Best Practices
- Logically partition and order the data that is used in the MATCH_RECOGNIZE clause with its PARTITION BY and ORDER BY clauses.
- Define patterns of rows to seek using the PATTERN clause of the MATCH_RECOGNIZE clause. These patterns use regular expressions syntax, a powerful and expressive feature, applied to the pattern variables you define.
- Specify the logical conditions required to map a row to a row pattern variable in the DEFINE clause.
- Define measures, which are expressions usable in the MEASURES clause of the SQL query.
© Oracle Blogs or respective owner