Notifications
Clear all
Th8 17, 2022 10:39 chiều
select replace(to_varchar(123456789,'9,999'),',','.') as "DotSeperator" from dummy;
REPLACE(originalString, searchString, replaceString)) |
Searches in for all occurrences of and replaces them with.
|