Subject | Re: [firebird-support] Concatenate two string (varchar) columns |
---|---|
Author | Thomas Steinmaurer |
Post date | 2005-01-19T22:39:48Z |
> selectThe double pipe symbol || is the concatenating operator.
> s1.ID,
> s1.CAMPAIGN_NAME,
> s1.FIRST_SEND,
> s1.estimated_batch_size,
> s1.created,
> Sec1.FIRST_NAME + ' ' + Sec1.LAST_NAME /*NOT Valid in
> firebird...*/
> from ......
>
>
> can anybody point me to the correct way to preform this.
Sec1.FIRST_NAME || ' ' || Sec1.LAST_NAME
--
Best Regards,
Thomas Steinmaurer
LogManager Series - Logging/Auditing Suites supporting
InterBase, Firebird, Advantage Database and MS SQL Server
Upscene Productions
http://www.upscene.com