Re: table design

Поиск
Список
Период
Сортировка
От hostel Nate
Тема Re: table design
Дата
Msg-id 4f0672b50704300111g41b9189lf1d2b54c30100ccc@mail.gmail.com
обсуждение исходный текст
Ответ на Re: table design  ("Phillip Smith" <phillip.smith@weatherbeeta.com.au>)
Список pgsql-novice
I think I see what the problem is now. My first attempt was with Reservation and Paid Guest tables only and combine the queries to check all bookings. But, I was trying to use LEFT JOIN for the view. The inheritance example shows using UNION for a similar problem, which I think will take away my headaches.

Thanks.

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

Предыдущее
От: "Phillip Smith"
Дата:
Сообщение: Re: table design
Следующее
От: "Michael Swierczek"
Дата:
Сообщение: Re: PGSQL Query