replace
function
Applies to: Databricks SQL
Databricks Runtime
Replaces all occurrences of search
with replace
.
Arguments
str
: A STRING expression to be searched.search
: A STRING repression to be replaced.replace
: An optional STRING expression to replacesearch
with. The default is an empty string.