mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-28 18:04:05 +00:00
Allow to use the GLOBAL keyword before the join operator (#1353)
This commit is contained in:
parent
bc15f7b4ce
commit
f96658006f
9 changed files with 81 additions and 8 deletions
|
@ -1891,6 +1891,7 @@ fn parse_update_with_joins() {
|
|||
partitions: vec![],
|
||||
with_ordinality: false,
|
||||
},
|
||||
global: false,
|
||||
join_operator: JoinOperator::Inner(JoinConstraint::On(Expr::BinaryOp {
|
||||
left: Box::new(Expr::CompoundIdentifier(vec![
|
||||
Ident::new("o"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue