We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41080eb commit cf4bd95Copy full SHA for cf4bd95
1 file changed
src/dialect/keywords.rs
@@ -559,6 +559,8 @@ 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