Subject | Re: delete space in string field |
---|---|
Author | Adam |
Post date | 2005-05-23T23:20:53Z |
--- In firebird-support@yahoogroups.com, "Yosvany Llerena Rguez"
<pfi_yerena@i...> wrote:
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
<pfi_yerena@i...> wrote:
> hi, all.varchar()
>
> I need to delete all the spaces (' ') character between words in a
> field.... May I do this?, How?Hello,
>
> best regards.
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