We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
!
1 parent 6f8e7b8 commit 913cf0eCopy full SHA for 913cf0e
1 file changed
src/dialect/databricks.rs
@@ -90,4 +90,9 @@ impl Dialect for DatabricksDialect {
90
fn supports_optimize_table(&self) -> bool {
91
true
92
}
93
+
94
+ /// See <https://docs.databricks.com/aws/en/sql/language-manual/functions/bangsign>
95
+ fn supports_bang_not_operator(&self) -> bool {
96
+ true
97
+ }
98
0 commit comments