Add support for ORDER BY ALL (#1724)

This commit is contained in:
SiLe Zhou 2025-02-22 13:52:07 +08:00 committed by GitHub
parent 8fc8082e9a
commit 1f1c0693da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 396 additions and 129 deletions

View file

@ -2096,8 +2096,10 @@ fn parse_delete_with_order_by() {
quote_style: None,
span: Span::empty(),
}),
asc: Some(false),
nulls_first: None,
options: OrderByOptions {
asc: Some(false),
nulls_first: None,
},
with_fill: None,
}],
order_by