We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da6f99 commit 471092dCopy full SHA for 471092d
sql/core/src/test/resources/sql-tests/inputs/window.sql
@@ -114,4 +114,4 @@ ORDER BY cate, val;
114
SELECT cate, sum(val) OVER (w)
115
FROM testData
116
WHERE val is not null
117
-WINDOW w AS (PARTITION BY cate ORDER BY val);
+WINDOW w AS (PARTITION BY cate ORDER BY val);
0 commit comments