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