Skip to content

Commit 44ca80c

Browse files
committed
distinct pipe operator is now available
1 parent 6569b10 commit 44ca80c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

input/pipe.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ from t
7070
aggregate count(*)
7171
group by col1 as col_a desc nulls last, col2;
7272

73+
----- distinct pipe operator -----
74+
from t |> distinct;
75+
7376
----- union pipe operator -----
7477
from t |> union all (select 1), (select 2);
7578

0 commit comments

Comments
 (0)