Re: Crossing/Rotating table rows to rows and columns

Поиск
Список
Период
Сортировка
От Christophe Pettus
Тема Re: Crossing/Rotating table rows to rows and columns
Дата
Msg-id 82BA6332-81EC-40E4-92AF-5A5254DB32BF@thebuild.com
обсуждение исходный текст
Ответ на Crossing/Rotating table rows to rows and columns  (Iuri Sampaio <iuri.sampaio@gmail.com>)
Ответы Re: Crossing/Rotating table rows to rows and columns  (Iuri Sampaio <iuri.sampaio@gmail.com>)
Список pgsql-sql

> On Sep 2, 2020, at 19:58, Iuri Sampaio <iuri.sampaio@gmail.com> wrote:
> I've tried to use crosstabN(text sql), to solve the problem directly in the datasource layer, but apparently
tablefuncis not supported in the datamodel Squema  

"tablefunc" is an extension, so you will need to create it in your database before using it:

    CREATE EXTENSION tablefunc;

--
-- Christophe Pettus
   xof@thebuild.com




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: value returned by EXTRACT, date_part
Следующее
От: Iuri Sampaio
Дата:
Сообщение: Crossing/Rotating table rows to rows and columns