Re: plpgsql string concatanation

Поиск
Список
Период
Сортировка
От Joerg Erdmenger
Тема Re: plpgsql string concatanation
Дата
Msg-id 200311281349.12525.joe@woerd.com
обсуждение исходный текст
Ответ на plpgsql string concatanation  (Martin Marques <martin@bugs.unl.edu.ar>)
Список pgsql-general
> Is it posible to do string concatanation in plpgsql?
>
> Somthing like:
>
> sec := ''some string here'' . NEW.id;
>
> Is there a way to do this? I need te value of that new string for things
> that come after, and couldn't find much in the PL documentation.
String concatenation is done via the '||' operator see
http://www.postgresql.org/docs/current/static/functions-string.html

Joerg


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

Предыдущее
От: Martin Marques
Дата:
Сообщение: Re: plpgsql string concatanation
Следующее
От: "Chris Travers"
Дата:
Сообщение: Re: plpgsql string concatanation