Subject | Re: [firebird-support] Trim any white space |
---|---|
Author | Aurimas Černius |
Post date | 2009-02-26T10:49:17Z |
Hi,
')) 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
>> How can I trim any white space characters from string?select strlen(trim(trailing from 'ABC
>
> Didn't you try to use TRIM()?
')) 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