Subject | Re: string concatenation |
---|---|
Author | semprolbat |
Post date | 2002-05-13T21:03:46Z |
> Maybe you should tryThanks alot, that works great!
>
> select a||';'||b||';'||c
>
> or s=:a||';'||:b||';'||:c;
Magnus
Subject | Re: string concatenation |
---|---|
Author | semprolbat |
Post date | 2002-05-13T21:03:46Z |
> Maybe you should tryThanks alot, that works great!
>
> select a||';'||b||';'||c
>
> or s=:a||';'||:b||';'||:c;