Subject | Re: [firebird-support] URGENT - CONCATENATION ERROR - BUG |
---|---|
Author | Todd Brasseur |
Post date | 2008-01-24T16:27:13Z |
try:
Select trim(field1)||trim(field2)||trim(field3)
From TableName
crizoo4712 wrote:
Select trim(field1)||trim(field2)||trim(field3)
From TableName
crizoo4712 wrote:
> The concatenatin problem is obviously a bug.[Non-text portions of this message have been removed]
> i have a field varchar(2056).
> i have anaother field varchar(10) default '1234567890'.
> i concatenate it to the first field.
> i also control the length of the concatenation-result.
> as soon as i come beyond the length of 255 (!) i get the error 'string
> truncation'.
> this is ovbiously a bug.
> what could be a workaround?
> regards, christoph
>
>