Subject | RE: [ib-support] Umm, Concantenate varchar types |
---|---|
Author | Christopher P. Boothe |
Post date | 2001-06-25T14:32:08Z |
Thanks Luc || Hellen for the quick response.
>
> Christopher,
>
> You have to use || for concatrenating.
>
> ie:
> SELECT
> LAST_NAME || ', ' || FIRST_NAME AS FULL_NAME
> FROM
> SALESMAN
>
> Luc.
>