We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c99273 + 259cd18 commit c2e1e08Copy full SHA for c2e1e08
1 file changed
test/corpus/window_functions.txt
@@ -201,7 +201,7 @@ Window Functions two inline functions
201
SELECT
202
a,
203
SUM(b) OVER (PARTITION BY c) AS w1,
204
- AVG(b) OVER (ORDER BY d) AS w2,
+ AVG(b) OVER (ORDER BY d) AS w2
205
FROM tab1;
206
207
--------------------------------------------------------------------------------
@@ -248,11 +248,12 @@ FROM tab1;
248
(field
249
name: (identifier))))))
250
(keyword_as)
251
- alias: (identifier))
252
- (term
253
- value: (field
254
- name: (identifier))
255
- alias: (identifier))))))
+ alias: (identifier))))
+ (from
+ (keyword_from)
+ (relation
+ (object_reference
256
+ name: (identifier))))))
257
258
================================================================================
259
Window Functions separate definition
0 commit comments