Subject Re: delete space in string field
Author Adam
--- In firebird-support@yahoogroups.com, "Yosvany Llerena Rguez"
<pfi_yerena@i...> wrote:
> hi, all.
>
> I need to delete all the spaces (' ') character between words in a
varchar()
> field.... May I do this?, How?
>
> best regards.

Hello,

I have seen stored procedures in this list that parse CSV files into
their elements. I presume a similar method could be done here.

If you can't figure out how to do that, a simple way is to create a UDF
call called RemoveSpaces (or something just as simple) and do the
parsing in Delphi or whatever you are used to.

Adam