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 7461d8b commit ade4082Copy full SHA for ade4082
src/dialect/databricks.rs
@@ -69,4 +69,9 @@ impl Dialect for DatabricksDialect {
69
fn supports_nested_comments(&self) -> bool {
70
true
71
}
72
+
73
+ /// See <https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-qry-select-groupby.html>
74
+ fn supports_group_by_with_modifier(&self) -> bool {
75
+ true
76
+ }
77
0 commit comments