mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-29 02:14:07 +00:00
Support Update Set From
statement (#450)
This commit is contained in:
parent
803fd6c970
commit
fd8f2df10d
5 changed files with 92 additions and 0 deletions
|
@ -195,6 +195,7 @@ fn parse_update_with_table_alias() {
|
|||
Statement::Update {
|
||||
table,
|
||||
assignments,
|
||||
from: _from,
|
||||
selection,
|
||||
} => {
|
||||
assert_eq!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue