Re:

Поиск
Список
Период
Сортировка
От Dan Langille
Тема Re:
Дата
Msg-id 3F786988.30024.356FBB90@localhost
обсуждение исходный текст
Ответ на Re:  (Jean-Luc Lachance <jllachan@nsd.ca>)
Список pgsql-sql
On 29 Sep 2003 at 10:04, Jean-Luc Lachance wrote:

> Wouldn't:
> 
> insert into r 
> select count(*) 
> from users 
> where date( lastlogin) > current_date - MaxDays * interval '' 1 day''
> group by date( lastlogin);
> 
> be more efficient?


Yes it would, by a factor of 5.

P.S. but it would not show dates for which there are no logins.  The 
above can return zero rows.  The previous example always returns 
MaxDays rows.
-- 
Dan Langille : http://www.langille.org/



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

Предыдущее
От: Franco Bruno Borghesi
Дата:
Сообщение: Re: Help with pivoting tables
Следующее
От: "David B"
Дата:
Сообщение: How to figure out when was a table created