Subject RE: [firebird-support] Removing trailing spaces from varchar
Author Alan McDonald
>
> 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
>

F_STRIPSTRING works for me. It's in the FreeUDFLib
Alan