mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-30 10:47:22 +00:00
Support DELETE with ORDER BY and LIMIT (MySQL) (#992)
This commit is contained in:
parent
ed39329060
commit
6ffc3b3a52
4 changed files with 58 additions and 1 deletions
|
@ -525,6 +525,7 @@ fn parse_where_delete_statement() {
|
|||
using,
|
||||
selection,
|
||||
returning,
|
||||
..
|
||||
} => {
|
||||
assert_eq!(
|
||||
TableFactor::Table {
|
||||
|
@ -565,6 +566,7 @@ fn parse_where_delete_with_alias_statement() {
|
|||
using,
|
||||
selection,
|
||||
returning,
|
||||
..
|
||||
} => {
|
||||
assert_eq!(
|
||||
TableFactor::Table {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue