mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
SET statements: scope modifier for multiple assignments (#1772)
This commit is contained in:
parent
939fbdd4f6
commit
3a8a3bb7a5
8 changed files with 133 additions and 94 deletions
|
@ -1252,7 +1252,7 @@ fn parse_mssql_declare() {
|
|||
}]
|
||||
},
|
||||
Statement::Set(Set::SingleAssignment {
|
||||
scope: ContextModifier::None,
|
||||
scope: None,
|
||||
hivevar: false,
|
||||
variable: ObjectName::from(vec![Ident::new("@bar")]),
|
||||
values: vec![Expr::Value(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue