Subject Re: [firebird-support] Trim any white space
Author Aurimas Černius
Hi,

>> How can I trim any white space characters from string?
>
> Didn't you try to use TRIM()?


select strlen(trim(trailing from 'ABC
')) from rdb$database

Result is 5, because space is default. I'm looking for a way to trim
*any* white space, not only spaces.

--
Aurimas