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 3ec49b2 commit c1b052cCopy full SHA for c1b052c
src/dialect/snowflake.rs
@@ -305,6 +305,11 @@ impl Dialect for SnowflakeDialect {
305
fn supports_timestamp_versioning(&self) -> bool {
306
true
307
}
308
+
309
+ /// See: <https://docs.snowflake.com/en/sql-reference/constructs/group-by>
310
+ fn supports_group_by_expr(&self) -> bool {
311
+ true
312
+ }
313
314
315
fn parse_file_staging_command(kw: Keyword, parser: &mut Parser) -> Result<Statement, ParserError> {
0 commit comments