Re: Check if there 6 last records of same type without gaps

Поиск
Список
Период
Сортировка
От Alexander Farber
Тема Re: Check if there 6 last records of same type without gaps
Дата
Msg-id CAADeyWgJgvtR_Sg0gt7bjQTAtE+YhhVQQocU9QQTR7uuBbm2aA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Check if there 6 last records of same type without gaps  (Alexander Farber <alexander.farber@gmail.com>)
Список pgsql-general
Also tried the second suggestion:

words=> select count(action='skip') from words_moves where gid=3 group by played order by played desc limit 6;
 count
-------
     1
     1
     1
     1
     1
     1
(6 rows)

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: pgadmin4 rc1 query tool performance
Следующее
От: Sándor Daku
Дата:
Сообщение: Re: Check if there 6 last records of same type without gaps