Skip to content

Commit e4b9626

Browse files
committed
annotate recursive-cte.yamsql
1 parent ecb4d3a commit e4b9626

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

yaml-tests/src/test/resources/recursive-cte.yamsql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
options:
3+
supported_version: 4.1.6.0
4+
---
25
schema_template:
36
create table t1(id bigint, parent bigint, primary key(id))
47
create index parentIdx as select parent, id from t1 order by parent, id

0 commit comments

Comments
 (0)