We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6569b10 commit 44ca80cCopy full SHA for 44ca80c
1 file changed
input/pipe.sql
@@ -70,6 +70,9 @@ from t
70
aggregate count(*)
71
group by col1 as col_a desc nulls last, col2;
72
73
+----- distinct pipe operator -----
74
+from t |> distinct;
75
+
76
----- union pipe operator -----
77
from t |> union all (select 1), (select 2);
78
0 commit comments