binary
function
Applies to: Databricks SQL
Databricks Runtime
Casts the value of expr
to BINARY.
Returns
A BINARY.
This function is a synonym for CAST(expr AS BINARY)
.
See cast function for details.
Updated Mar 29, 2023
binary
function Applies to: Databricks SQL
Databricks Runtime
Casts the value of expr
to BINARY.
A BINARY.
This function is a synonym for CAST(expr AS BINARY)
.
See cast function for details.