Skip to contents

Replaces any occurrences of the source with target in string.

Usage

replace(string, source, target)

Arguments

string, source, target

VARCHAR

Value

VARCHAR

SQL examples

replace('hello', 'l', '-')