[Please Cc me on reply, as my subscription to this list is on the way]
Hi All,
In order to remove all spaces from a varchar field, I've been trying to use the
function translate(text,from,to). However, it translate does not want to
replace the character space with nothing. Instead, it just returns the characters leading up the space, and nothing
else.
foo => select translate('12 43', ' ', '');
translate
--------- 12 (1 row)
Changing the space ' ' to a character 'a' works though.
Does any one know why this is happening? Or is their an alternate way of doing
this?
A ugly solution to this would be to create a new field in the table that
contains the list of names without spaces, but I want to leave that solution for
last....
Thanks,
Wim Kerkhoff
wim@netmaster.com
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера