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 ef46cd3 commit f740d52Copy full SHA for f740d52
tests/sqlparser_common.rs
@@ -3344,6 +3344,7 @@ fn test_parse_named_window() {
3344
})),
3345
distinct: false,
3346
special: false,
3347
+ order_by: vec![],
3348
}),
3349
alias: Ident {
3350
value: "min1".to_string(),
@@ -3368,6 +3369,7 @@ fn test_parse_named_window() {
3368
3369
3370
3371
3372
3373
3374
3375
value: "max1".to_string(),
0 commit comments