Subject | Re: [ib-support] How to join two string |
---|---|
Author | Helen Borrie |
Post date | 2003-01-24T03:40:53Z |
At 03:34 AM 24/01/2003 +0000, you wrote:
select 'test' || 'content' as mytest from rdb$database
In SQL, '+' is an arithmetic operator.
heLen
>Dear All,The string concatenation operator is ||
>How to join string ='test' and string = 'content' ?
>I have tried with operator "+", but it's didn't work.
select 'test' || 'content' as mytest from rdb$database
In SQL, '+' is an arithmetic operator.
heLen