We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a24e7 commit ec60720Copy full SHA for ec60720
1 file changed
src/dialect/databricks.rs
@@ -64,4 +64,9 @@ impl Dialect for DatabricksDialect {
64
fn supports_struct_literal(&self) -> bool {
65
true
66
}
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
+ }
72
0 commit comments