| Subject | Re: [ib-support] string concatenation | 
|---|---|
| Author | Daniel Rail | 
| Post date | 2002-05-13T20:26:29Z | 
At 13/05/2002 04:45 PM, you wrote:
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.accramed.ca)
            > > select a + ';' b + ';' cAlso, if one of the strings is null, the result will be null.
>
> > s=:a+';'+b+';'+'c';
>
> > Any clues?
> >
> >
>Maybe you should try
>
>select a||';'||b||';'||c
>
>or s=:a||';'||:b||';'||:c;
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.accramed.ca)