Subject | RE: [firebird-support] RTRIM Overhead |
---|---|
Author | Leyne, Sean |
Post date | 2007-10-15T19:25:02Z |
Hardy,
running?
Sean
> To add the rtrim function I revised the statementI should have asked this last time... what version of FB are you
>
> insert into internalTable (col1, col2, ...) select field1, field2, ...
> from externalTable
>
> to
>
> insert into internalTable (col1, col2, ...) select rtrim(field1),
> rtrim(field2), ... from externalTable
>
> for those columns which are defined as varchar in the internal table.
running?
Sean