That character is the EN Dash. Are you by chance copying and pasting
from MS Word or some other program that does smart replace while you
type? I don't see this character in your select. Is there something
else that is running that may be causing this problem?
-Aaron
On 6/14/06, Sergey Levche
hi.
When I execute "SELECT specification FROM armature WHERE id = 96;"
query I get WARNING: ignoring unconvertible UTF-8 character 0xe28093.
How can I replace this (0xe28093) char with another one?
---(end of broadcast)---
TIP 9: In versions below
am 08.09.2005, um 23:25:05 +0200 mailte "Michael Höller" folgendes:
> Hello,
>
> I initially thought this is simple.. I want to relpace a character to
> nothing. Eg. relace "B" to "" -> ABCD to ACD.
In the new version 8.1 there are a regex_replace() - function. A other
solution: write your own
ot;
Sent: Thursday, September 08, 2005 5:25 PM
To: pgsql-sql@postgresql.org
Subject: [SQL] how to replace
Hello,
I initially thought this is simple.. I want to relpace a character to
nothing. Eg. relace "B" to "" -> ABCD to ACD.
All me approches vaild but I am sure that I
Michael Höller wrote:
> Hello,
>
> I initially thought this is simple.. I want to relpace a character to
> nothing. Eg. relace "B" to "" -> ABCD to ACD.
>
> All me approches vaild but I am sure that I have seen it already and
> think it was not tricky..
>
> Can someone please help me ?
From t
Hello,
I initially thought this is simple.. I want to relpace a character to
nothing. Eg. relace "B" to "" -> ABCD to ACD.
All me approches vaild but I am sure that I have seen it already and
think it was not tricky..
Can someone please help me ?
Thanks a lot
Michael
-