Skip to content

Commit f0ee8d3

Browse files
committed
add row pattern recognition to tablemodel
1 parent 82acffd commit f0ee8d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/UserGuide/Master/Table/SQL-Manual/Row-Pattern-Recognition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ PATTERN ( row_pattern )
112112
* When the value of the PATTERN clause is `A$`, the match must end at the end of the partition, and this row must satisfy the definition of `A`.
113113
* When the value of the PATTERN clause is `$A` or `$A$`, the output result is empty.
114114

115-
For example illustrations, see[Section 3.3.1](./Row-Pattern-Recognition.md#_3-1-Patter Clause Partition Anchor)
115+
For example illustrations, see[Section 3.3.1](./Row-Pattern-Recognition.md#_3-1-Patter-Clause-Partition-Anchor)
116116

117117
#### 2.4.3 Quantifiers
118118

src/UserGuide/latest-Table/SQL-Manual/Row-Pattern-Recognition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ PATTERN ( row_pattern )
112112
* When the value of the PATTERN clause is `A$`, the match must end at the end of the partition, and this row must satisfy the definition of `A`.
113113
* When the value of the PATTERN clause is `$A` or `$A$`, the output result is empty.
114114

115-
For example illustrations, see[Section 3.3.1](./Row-Pattern-Recognition.md#_3-1-Patter Clause Partition Anchor)
115+
For example illustrations, see[Section 3.3.1](./Row-Pattern-Recognition.md#_3-1-Patter-Clause-Partition-Anchor)
116116

117117
#### 2.4.3 Quantifiers
118118

0 commit comments

Comments
 (0)