Skip to content

Commit cf4bd95

Browse files
authored
[SIG-45721] don't interpret QUALIFY as table alias (#13)
1 parent 41080eb commit cf4bd95

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/dialect/keywords.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,8 @@ pub const RESERVED_FOR_TABLE_ALIAS: &[Keyword] = &[
559559
Keyword::USING,
560560
// for MSSQL-specific OUTER APPLY (seems reserved in most dialects)
561561
Keyword::OUTER,
562+
// for Snowflake QUALIFY
563+
Keyword::QUALIFY,
562564
];
563565

564566
/// Can't be used as a column alias, so that `SELECT <expr> alias`

0 commit comments

Comments
 (0)