How to avoid error with convert() function

Поиск
Список
Период
Сортировка
От zeljko
Тема How to avoid error with convert() function
Дата
Msg-id ef3sv0$24cg$1@news.hub.org
обсуждение исходный текст
Список pgsql-general
SELECT convert(myfield,'LATIN2','WIN1250') FROM tbl;

ERROR:  character 0x828e of encoding "MULE_INTERNAL" has no equivalent in
"WIN1250"

I know I have few characters like this one in table with about 1.000.000
rows.
How to avoid such error and show eg. ? instead of error , or how to replace
such characters with some normal chars ?

tnx

В списке pgsql-general по дате отправления:

Предыдущее
От: Ben
Дата:
Сообщение: powerset?
Следующее
От: Russ Brown
Дата:
Сообщение: Re: Optimising a query requiring seqscans=0