Re: migrating from MSSql - Mailing list pgsql-general

From Thomas T. Thai
Subject Re: migrating from MSSql
Date
Msg-id Pine.NEB.4.21.0111201928500.18604-100000@ns01.minnesota.com
Whole thread Raw
In response to migrating from MSSql  (PostgreSQL List User <pguser@rwsoft-online.com>)
List pgsql-general
On Tue, 20 Nov 2001, PostgreSQL List User wrote:

> Most of the problems I've benn able to fix, but there are a couple I
> would like to ask about:
>
> I have some querys that go like:
>
> SELECT FirstName + ' ' + LastName AS [Customer Name] FROM tblCustomers

in place of the + use the concat operator ||
you can find further help in the 'string' section in the user doc.


pgsql-general by date:

Previous
From: PostgreSQL List User
Date:
Subject: migrating from MSSql
Next
From: Stephan Szabo
Date:
Subject: Re: migrating from MSSql