Skip to content

Commit ec60720

Browse files
authored
Update databricks.rs
1 parent 54a24e7 commit ec60720

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/dialect/databricks.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,9 @@ impl Dialect for DatabricksDialect {
6464
fn supports_struct_literal(&self) -> bool {
6565
true
6666
}
67+
68+
// See https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-qry-select-groupby.html
69+
fn supports_group_by_with_modifier(&self) -> bool {
70+
true
71+
}
6772
}

0 commit comments

Comments
 (0)