Subject Re: string concatenation
Author semprolbat
> Maybe you should try
>
> select a||';'||b||';'||c
>
> or s=:a||';'||:b||';'||:c;

Thanks alot, that works great!

Magnus