Subject | RE: [ib-support] string functions |
---|---|
Author | Thomas Steinmaurer |
Post date | 2003-03-05T13:55:48Z |
German,
For example:
SELECT MYVARCHAR1 || MYVARCHAR2 FROM MYTABLE;
Be aware that the concatenated string will be NULL, if one these
arguments is NULL.
HTH,
Thomas.
> does any body know how to perform string concatenation at a storedUse the double pipe symbol || .
> procedure ?
For example:
SELECT MYVARCHAR1 || MYVARCHAR2 FROM MYTABLE;
Be aware that the concatenated string will be NULL, if one these
arguments is NULL.
HTH,
Thomas.