Skip to content

Commit 43a85b0

Browse files
committed
Revert "Remove PIPESyntax due to the limitation of 4.0.0-preview2"
This reverts commit 50bb641.
1 parent 7df452e commit 43a85b0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
VALUES (0), (1) tab(col)
2+
|> EXTEND col * 2 AS result
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[["0","0"],["1","2"]]

0 commit comments

Comments
 (0)