add support for insert into ... select ... returning ... (#1132)

This commit is contained in:
Ophir LOJKINE 2024-02-12 22:44:22 +01:00 committed by GitHub
parent a5ac425f46
commit d59b6638fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 0 deletions

View file

@ -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,