Skip to content

Commit ce4c163

Browse files
authored
add row pattern recognition to tablemodel (#910)
* add row pattern recognition to tablemodel * add row pattern recognition to tablemodel * add row pattern recognition to tablemodel * add row pattern recognition to tablemodel
1 parent 0317a97 commit ce4c163

File tree

6 files changed

+3814
-0
lines changed

6 files changed

+3814
-0
lines changed

src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ export const enSidebar = {
217217
{ text: 'ORDER BY Clause', link: 'OrderBy-Clause' },
218218
{ text: 'LIMIT&OFFSET Clause', link: 'Limit-Offset-Clause' },
219219
{ text: 'Nested Queries', link: 'Nested-Queries' },
220+
{ text: 'Row Pattern Recognition', link: 'Row-Pattern-Recognition' },
220221
],
221222
},
222223
{ text: 'Maintenance Statements', link: 'SQL-Maintenance-Statements' },

src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ export const zhSidebar = {
206206
{ text: 'ORDER BY子句', link: 'OrderBy-Clause' },
207207
{ text: 'LIMIT&OFFSET子句', link: 'Limit-Offset-Clause' },
208208
{ text: '嵌套查询', link: 'Nested-Queries' },
209+
{ text: '行模式识别', link: 'Row-Pattern-Recognition' },
209210
],
210211
},
211212
{ text: '运维语句', link: 'SQL-Maintenance-Statements' },

0 commit comments

Comments
 (0)