Subject | Re: [ib-support] String Concatenation in Firebird Stored Procedure |
---|---|
Author | Markus Ostenried |
Post date | 2002-02-02T05:34:36Z |
At 05:19 02.02.2002 +0000, you wrote:
RESULT = FIELD1 || FIELD2
HTH,
Markus
>Is there a way to concatenate strings inside a stored procedure. Iuse the pipe character:
>am running FB1.0RC2 and have tried "&", "+" and "AND" and the
>compiler does not like any of them. I did not see a UDF function to
>do this either.
RESULT = FIELD1 || FIELD2
HTH,
Markus