MySql Concat function equivalent

Поиск
Список
Период
Сортировка
От Vaduvoiu Tiberiu
Тема MySql Concat function equivalent
Дата
Msg-id 649156.41437.qm@web51301.mail.re2.yahoo.com
обсуждение исходный текст
Ответы Re: MySql Concat function equivalent  (Thom Brown <thom@linux.com>)
Список pgsql-novice
Is there any way to create a postgresql function that would take unlimited parameters like mysql's concat()? Currently my application was calling the concat function with parameters comming from php...something like "select concat(".implode(',',array)."). So without having a predefined number of parameters, I would need a function that could be able to concatenate the fields no matter how many they are. Is this possible?

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

Предыдущее
От: Frank Bax
Дата:
Сообщение: Re: Selecting the last 2 rows of a table
Следующее
От: Thom Brown
Дата:
Сообщение: Re: MySql Concat function equivalent