|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Concatenating a domain to a map result
From: Duane Hill (d.hill
yournetplus.com)
Date: Mon Aug 04 2008 - 14:22:24 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 4 Aug 2008, Jay Chandler wrote:
> I'm attempting to map local_recipient_maps via a Pgsql query.
>
> The database contains the username portion of username
example.com.
>
> Is there a way to append
example.com to the result of the lookup query?
I'm not familiar with Pgsql. However, MySQL has a concatenate:
SELECT CONCAT(username, '
example.com') from usernames;
-d
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]