Re: How to flatten a database table

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: How to flatten a database table
Дата
Msg-id hvpt6t$3ts$1@dough.gmane.org
обсуждение исходный текст
Ответ на How to flatten a database table  (mai fawzy <maifawzy.emaifaw@gmail.com>)
Список 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?


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

Предыдущее
От: mai fawzy
Дата:
Сообщение: How to flatten a database table
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: What type of index should I use?