Re: How to flatten a database table

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to flatten a database table
Date: 2010-06-22 08:45:17
Message-ID: hvpt6t$3ts$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

mai fawzy, 22.06.2010 10:38:
> I have a table that has the following fields:
>
> ID Money Date State
> 1 20 2010-01-01 done
> 2 10 2010-01-02 done
>
> I need to select the values from this table to join them 2 another
> select statement but the problem that I need to flatten this table first.

> I need the returned values to be as one row.

Based on which condition?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dimitri Fontaine 2010-06-22 08:49:00 Re: What type of index should I use?
Previous Message mai fawzy 2010-06-22 08:38:04 How to flatten a database table