translate
function
Applies to: Databricks SQL Databricks Runtime
Returns an expr
where all characters in from
have been replaced with those in to
.
Arguments
expr
: A STRING expression.from
: A STRING expression consisting of a set of characters to be replaced.to
: A STRING expression consisting of a matching set of characters to replacefrom
.