We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e7b26 commit 323d42aCopy full SHA for 323d42a
src/dialect/snowflake.rs
@@ -301,7 +301,7 @@ impl Dialect for SnowflakeDialect {
301
true
302
}
303
304
- fn is_column_alias(&self, kw: &Keyword, parser: &mut Parser) -> bool {
+ fn is_column_alias(&self, kw: &Keyword, parser: &mut Parser) -> bool {
305
match kw {
306
// The following keywords can be considered an alias as long as
307
// they are not followed by other tokens that may change their meaning
0 commit comments