REPLACE - это sql функция
Replace all occurrences of str2 in str1 with str3
REPLACE( str1, str2, str3 )
Заменить все вхождения строки 2 в строке 1 на строку 3
Advantage Database Server
String Functions