Combining data in different rows?

Поиск
Список
Период
Сортировка
От Anthony Masinton
Тема Combining data in different rows?
Дата
Msg-id 9C5B21BB-866F-487D-A335-215C7AC52617@gmail.com
обсуждение исходный текст
Ответы Re: Combining data in different rows?  (Richard Huxton <dev@archonet.com>)
Re: Combining data in different rows?  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-general
I would like to combine data from different rows in one column into
one row.

I have two tables: 'locations' containing a dozen records about
cities and their geographic coodinates - the other table,'testators',
contains several hundred records referring to wills (each will is
given a unique number) made by people in each of the towns in the
locations table.

I would like to query both tables so that a table is produced that
has one row for each of the dozen cities and in each row is the name
of the city, its coordinates and then a column containing all of the
wills (i.e. the unique identifying number of each) from that city.

Is this possible and if so, how?

Thanks!
-- Anthony Masinton

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

Предыдущее
От: Ben
Дата:
Сообщение: Re: Geographical redundancy
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Combining data in different rows?