We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4409cd8 commit 3ebea36Copy full SHA for 3ebea36
1 file changed
src/dialect/keywords.rs
@@ -559,8 +559,6 @@ pub const RESERVED_FOR_TABLE_ALIAS: &[Keyword] = &[
559
Keyword::USING,
560
// for MSSQL-specific OUTER APPLY (seems reserved in most dialects)
561
Keyword::OUTER,
562
- // for Snowflake QUALIFY
563
- Keyword::QUALIFY,
564
];
565
566
/// Can't be used as a column alias, so that `SELECT <expr> alias`
0 commit comments