Replace character in a field

composti

New Member
Hello,

I want to replace the charakter '*;*' in a database field called "Artikel".

Example:

Field "Artikel" contains the expression "House ; with ; white windows"
and I want to change this to
"House x with x white windows"

Is there a solution for this question?
 

cmorgan

New Member
If you want to replace multiple characters with different values, you might also want to take a look at the SUBSTITUTE function.
 
Top