Subject | Re: [ib-support] Combining blob and varchar field value into |
---|---|
Author | Junior Ang |
Post date | 2002-03-08T08:28:34Z |
Hi Claudio,
substring? Is it 32,767 characters? My problem is that I don't know how much
data would be contained in that memo field, and wish to preserve all
possible characters.
Best regards,
jr
>Yes, that's what I am trying to achieve. But what's the limitation of
> SQL> insert into dest(d) select 'z'||substring(b from 1 for 30000) from b;
> SQL> select d from dest;
>
substring? Is it 32,767 characters? My problem is that I don't know how much
data would be contained in that memo field, and wish to preserve all
possible characters.
Best regards,
jr