Re: migrating from MSSql

Поиск
Список
Период
Сортировка
От Thomas T. Thai
Тема Re: migrating from MSSql
Дата
Msg-id Pine.NEB.4.21.0111201928500.18604-100000@ns01.minnesota.com
обсуждение исходный текст
Ответ на migrating from MSSql  (PostgreSQL List User <pguser@rwsoft-online.com>)
Список 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 по дате отправления:

Предыдущее
От: PostgreSQL List User
Дата:
Сообщение: migrating from MSSql
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: migrating from MSSql