Support Update Set From statement (#450)

This commit is contained in:
slhmy 2022-04-02 18:34:59 +08:00 committed by GitHub
parent 803fd6c970
commit fd8f2df10d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 92 additions and 0 deletions

View file

@ -614,6 +614,7 @@ fn parse_update_with_joins() {
Statement::Update {
table,
assignments,
from: _from,
selection,
} => {
assert_eq!(