Skip to content

Commit 3ebea36

Browse files
committed
Revert "[SIG-45721] don't interpret QUALIFY as table alias (#13)"
This reverts commit cf4bd95.
1 parent 4409cd8 commit 3ebea36

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/dialect/keywords.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,6 @@ 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,
564562
];
565563

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

0 commit comments

Comments
 (0)