Subject String Concatenation in Firebird Stored Procedure
Author murphyp1
Is there a way to concatenate strings inside a stored procedure. I
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.