Subject Umm, Concantenate varchar types
Author Christopher P. Boothe
How come this doesn't work?

SELECT
LAST_NAME + ', ' + FIRST_NAME AS FULL_NAME
FROM
SALESMAN

The sql works from my paradox app but not when I convert it to Interbase and
put the statement in an IBX query.

Isn't that pretty standard SQL?

Thanks for your help.
Chris