Re: migrating from MSSql

From: "Thomas T(dot) Thai" <tom(at)minnesota(dot)com>
To: PostgreSQL List User <pguser(at)rwsoft-online(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: migrating from MSSql
Date: 2001-11-21 01:30:11
Message-ID: Pine.NEB.4.21.0111201928500.18604-100000@ns01.minnesota.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jason Earl 2001-11-21 01:34:56 Re: migrating from MSSql
Previous Message Stephan Szabo 2001-11-21 01:23:37 Re: migrating from MSSql