Subject | Re: [firebird-support] TRIM and non-printing characters |
---|---|
Author | Helen Borrie |
Post date | 2009-06-05T23:14:32Z |
At 12:29 AM 6/06/2009, you wrote:
Did you try REPLACE() ? (Provided you know what the characters are, of course...)
./hb
>I've got a table with a VARCHAR field which has trailing non-printing characters in it (loaded by JDBC). Strange things happen when I try to use concatenation, but I don't find this particularly surprising all things considered.trim removes whitespace characters.
>
>What I would like to know, though, is if there's any way using a builtin that I can trim the trailing characters on this field. TRIM(MYFLD) doesn't do anything.
Did you try REPLACE() ? (Provided you know what the characters are, of course...)
./hb