Re: Migrating from MSSql...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alexander Wallace <awallace(at)rwsoft-online(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Migrating from MSSql...
Date: 2001-11-23 16:47:01
Message-ID: 6372.1006534021@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Alexander Wallace <awallace(at)rwsoft-online(dot)com> writes:
> SELECT FirstName + ' ' + LastName AS [Customer Name] FROM tblCustomers

Postgres follows the ANSI SQL spec, which says that the string
concatenation operator is || not +.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-11-23 16:51:15 Re: PostgreSQL and regular expressions?
Previous Message shield123321 2001-11-23 15:19:24 Setting up MAKE file for Postgres and C++/Newbie question