| Subject | Re: [firebird-support] string and DLL | 
|---|---|
| Author | Ann W. Harrison | 
| Post date | 2005-08-02T15:18:15Z | 
Geomastique wrote:
myfunction := 'my text value is : ' || myvalue;
Regards,
Ann
            > beginThe SQL standard concatenation operator is || not +
> myfunction := 'my text value is : ' + myvalue;
> end;
myfunction := 'my text value is : ' || myvalue;
Regards,
Ann