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 5e27b31 commit 63185b6Copy full SHA for 63185b6
src/dialect/databricks.rs
@@ -70,7 +70,7 @@ impl Dialect for DatabricksDialect {
70
true
71
}
72
73
- /// See https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-qry-select-groupby.html
+ /// 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
76
0 commit comments