Subject | Re: [ib-support] string concatenation |
---|---|
Author | Pirtea Calin Iancu |
Post date | 2002-05-13T19:45:34Z |
> select a + ';' b + ';' cMaybe you should try
> s=:a+';'+b+';'+'c';
> Any clues?
>
>
select a||';'||b||';'||c
or s=:a||';'||:b||';'||:c;
Best regards,
Application Developer
Pirtea Calin Iancu
S.C. SoftScape S.R.L.
pcalin@...