mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
Add support for ORDER BY ALL
(#1724)
This commit is contained in:
parent
8fc8082e9a
commit
1f1c0693da
11 changed files with 396 additions and 129 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue