Re: Reporting by family tree

Поиск
Список
Период
Сортировка
От swastik Gurung
Тема Re: Reporting by family tree
Дата
Msg-id 1901532185.8873313.1696511707263@mail.yahoo.com
обсуждение исходный текст
Ответ на Reporting by family tree  (Ibrahim Shaame <ishaame@gmail.com>)
Ответы Re: Reporting by family tree  (Ibrahim Shaame <ishaame@gmail.com>)
Список pgsql-novice
On Thursday, 5 October 2023 at 16:44:46 GMT+5:45, Ibrahim Shaame <ishaame@gmail.com> wrote:


I have a table of members of a large family extendending back to eight generations. The current members contribute a monthly amount to the family fund. Only true descendants are included in the family list, no wives, no husbands. There are two tables

1 - Names with the following fields: idno (unique) --family member

parentid -- id number of the parent who connected the child to the family

etc

etc

2 – Contributions with fields: idno

etc

etc


Now I want to report Names and contributions par family tree: My ideal is to list grandfather, father, children based on the two fields (id, parentid).

Any suggestions?

Thanks in advance


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

Предыдущее
От: Ibrahim Shaame
Дата:
Сообщение: Reporting by family tree
Следующее
От: Ibrahim Shaame
Дата:
Сообщение: Re: Reporting by family tree