Subject | Umm, Concantenate varchar types |
---|---|
Author | Christopher P. Boothe |
Post date | 2001-06-25T14:17:46Z |
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
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