mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-30 14:56:57 +00:00
add support for insert into ... select ... returning ... (#1132)
This commit is contained in:
parent
a5ac425f46
commit
d59b6638fa
2 changed files with 20 additions and 0 deletions
|
|
@ -810,6 +810,7 @@ pub const RESERVED_FOR_COLUMN_ALIAS: &[Keyword] = &[
|
|||
Keyword::INTERSECT,
|
||||
Keyword::CLUSTER,
|
||||
Keyword::DISTRIBUTE,
|
||||
Keyword::RETURNING,
|
||||
// Reserved only as a column alias in the `SELECT` clause
|
||||
Keyword::FROM,
|
||||
Keyword::INTO,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue