Re: [GENERAL] dynamic crosstab

2008-02-13 Thread Klein Balazs
Yes, thanks. The problem with those function is that they all have an AS (columname type, ...) part or equivalent. -Original Message- From: Masse Jacques [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 10:20 AM To: SunWuKung; pgsql-general@postgresql.org Subject: RE: [GENERAL

Re: [GENERAL] dynamic crosstab

2008-02-14 Thread Klein Balazs
I can't imagine how I could store data directly that way (beside the usual thing that whenever I can I aim to store scalar value in a column). To do what you suggest I could have this: 1 (aaa,bbb,ccc) 2 (ddd,NULL,eee) but for this I would need to store a NULL for a person for all the questions h