| From: | Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com> |
|---|---|
| To: | Hrishikesh Deshmukh <hdeshmuk(at)gmail(dot)com> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: results being col wise rather than row wise |
| Date: | 2006-03-30 01:23:51 |
| Message-ID: | 20060329171920.U99150@megazone.bigpanda.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
On Wed, 29 Mar 2006, Hrishikesh Deshmukh wrote:
> HI All,
>
> I have 5 tables which have different columns as shown below, each table has
> a different case column,
> i want to retrieve sample related information as follows:
>
> pid | xindex | yindex | height Index | flag | case1 | case 2.....etc
>
> But i get this queer result:
> pid | xindex | yindex | Height Index | flag | case
> -------------+--------+--------+-------------+-------------+---------
> 102234 | 411 | 271 | 9 | 1 | 80
> 102234 | 411 | 271 | 9 | 1 | 83
> 102234 | 411 | 271 | 9 | 1 | 87
> 102234 | 411 | 271 | 9 | 1 | 101
> 102234 | 411 | 271 | 9 | 1 | 129
> 102234 | 411 | 271 | 9 | 1 | 91
> 102234 | 411 | 271 | 9 | 1 | 120.3
>
> Why is the result in a column wise rather than row wise???!!!!
> Could somebody explain why the redundancy with respect to pi, xindex,
> yindex, height index, flag but the CORRECT values for the cases but not in
> the order expected!!!
Can you give us the specific schema and query you used? We're only going
to be guessing otherwise.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Achilleus Mantzios | 2006-03-30 08:41:17 | Re: [SQL] Flight numbers data |
| Previous Message | Hrishikesh Deshmukh | 2006-03-30 01:08:51 | results being col wise rather than row wise |