| From: | Gowtham Vel <c8gowthamvel(at)gmail(dot)com> |
|---|---|
| To: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Crosstab function |
| Date: | 2017-04-04 18:28:26 |
| Message-ID: | CAH-J9gYKOH+WFHYYVw7YsrkU3YZ8GMFYaUnjEe-FwXxvkFFEDg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Hi Adrian,
I have attached the input table and output table in below .xlsx sheet
1) I have removed the duplicate rows and sort the INPUT_TABLE i.e.,
SELECT * FROM "public".INPUT_TABLE ORDER by 2,3
2) Input_table column name should be the column heading for Output_table.
3) Input_table column value should be the rows for Output_table.
4) some values i have mention in null , because its for future
record(its might come)
5) please refer the below attached sheet and provide your assistance,
Regards,
Gowtham K
| Attachment | Content-Type | Size |
|---|---|---|
| Example for Input and Output Table .xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | 13.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gowtham Vel | 2017-04-05 17:04:06 | Re: Crosstab function |
| Previous Message | Adrian Klaver | 2017-04-03 14:39:55 | Re: Crosstab function |