Subject Re: [ib-support] Concatination?
Author Joe Martinez
> If the column is a CHAR or VARCHAR try the concatenation operator, ||,
> instead of +.
>
> update mytable set mycolumn = ('100' || mycolumn) where...

That was it! Thanks!

-Joe