Subject | RE: [firebird-support] Removing trailing spaces from varchar |
---|---|
Author | Alan McDonald |
Post date | 2005-07-29T13:02Z |
>F_STRIPSTRING works for me. It's in the FreeUDFLib
> Hi, is there a way to remove trailing spaces from a varchar, preferably
> using a trigger?
>
> For example:
>
> ID = 'XYZ ';
>
> should be converted to: ID = 'XYZ';
>
> Are there any functions for doing this?
>
> Thanks
>
Alan