Re: [GENERAL] Listing missing records

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: [GENERAL] Listing missing records
Дата
Msg-id 3aa475b4-42c2-d593-b201-6c1f45dd1eb5@hogranch.com
обсуждение исходный текст
Ответ на [GENERAL] Listing missing records  (Ertan Küçükoğlu <ertan.kucukoglu@1nar.com.tr>)
Список pgsql-general
On 2/19/2017 2:26 AM, Ertan Küçükoğlu wrote:
> What I am looking for is a list of serial, branchcode , date columns just
> for the missing days.

so are there other tables with all the valid serial, branchcode values ?

finding missing values generally revolves around doing an anti-join
('NOT IN') with generate_series.


--
john r pierce, recycling bits in santa cruz



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

Предыдущее
От: Ertan Küçükoğlu
Дата:
Сообщение: [GENERAL] Listing missing records
Следующее
От: "Charles Clavadetscher"
Дата:
Сообщение: Re: [GENERAL] Listing missing records