Re: Stupid question: concatenating strings

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Stupid question: concatenating strings
Дата
Msg-id 5547.971889708@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Stupid question: concatenating strings  ("Justin Long" <justinlong@strategicnetwork.org>)
Ответы Re: Stupid question: concatenating strings  (Thomas Good <tomg@q8.nrnet.org>)
Список pgsql-novice
The string concatenation operator in SQL is ||, not +.

Also, substr's start-index argument counts from 1 not 0.  Otherwise
you've got the right idea...

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: Lionel Bargeot
Дата:
Сообщение: problem to compile 7.0.2
Следующее
От: Bill Morrow
Дата:
Сообщение: Re: Stupid question: concatenating strings