Re: Average New Users Per DOW

Поиск
Список
Период
Сортировка
От Paul Jungwirth
Тема Re: Average New Users Per DOW
Дата
Msg-id 559AC1B4.3040501@illuminatedcomputing.com
обсуждение исходный текст
Ответ на Average New Users Per DOW  (Robert DiFalco <robert.difalco@gmail.com>)
Ответы Re: Average New Users Per DOW  (Robert DiFalco <robert.difalco@gmail.com>)
Список pgsql-general
 > I'm not sure how to create a result where I get the average number of
 > new users per day of the week. My issues are that days that did not
 > have any new users will not be factored into the average

This is a pretty common problem with time-series queries when there is
sparse data. My go-to solution is to use generate_series---in your case
from 0 to 6---then do a left join from there to your actual data.

Paul





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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: PgBouncer error - psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.6432"?
Следующее
От: Robert DiFalco
Дата:
Сообщение: Re: Average New Users Per DOW