Posted on 16th September 2024|28 views
Explain about "REPLACE" Expression
Posted on 16th September 2024| views
REPLACE expression is used to replace a particular string expression. It returns the expression after replacing the string.
Syntax:
REPLACE(character_expression, searchstring, replacementstring)