string
function (Databricks SQL)
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 (Databricks SQL) for details.