Re: Migrating from MSSql... - Mailing list pgsql-general

From Tom Lane
Subject Re: Migrating from MSSql...
Date
Msg-id 6372.1006534021@sss.pgh.pa.us
Whole thread Raw
In response to Migrating from MSSql...  (Alexander Wallace <awallace@rwsoft-online.com>)
List pgsql-general
Alexander Wallace <awallace@rwsoft-online.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

pgsql-general by date:

Previous
From: William WAISSE
Date:
Subject: newbie needs help with postgres internal tables
Next
From: Tom Lane
Date:
Subject: Re: PostgreSQL and regular expressions?