mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-12-23 11:12:51 +00:00
fix parsing of INSERT INTO ... SELECT ... RETURNING (#1661)
This commit is contained in:
parent
b4b5576dd4
commit
3eeb9160ea
2 changed files with 22 additions and 0 deletions
|
|
@ -946,6 +946,7 @@ pub const RESERVED_FOR_TABLE_ALIAS: &[Keyword] = &[
|
|||
Keyword::GLOBAL,
|
||||
Keyword::ANTI,
|
||||
Keyword::SEMI,
|
||||
Keyword::RETURNING,
|
||||
// for MSSQL-specific OUTER APPLY (seems reserved in most dialects)
|
||||
Keyword::OUTER,
|
||||
Keyword::SET,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue