string
function
Applies to: Databricks SQL
Databricks Runtime
Casts the value expr
to STRING.
Returns
The result matches the type of expr
.
This function is a synonym for cast(expr AS STRING)
See cast function for details.