Re: [GENERAL] datetime problems

From: Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il>
To: Memphisto <szoli(at)valerie(dot)inf(dot)elte(dot)hu>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] datetime problems
Date: 1998-10-21 14:01:11
Message-ID: l03110706b2539947c35c@[147.233.159.109]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

At 15:45 +0200 on 21/10/98, Memphisto wrote:

> I'm terrible sorry, I meant to type login_start and no login_time which is
> and intervallum. Thanks again for your help.

By the way, I was thinking, and my WHERE clause may not catch datetimes
which are on Aug 31, 1998, in the middle of the day. Better use:

WHERE the_date >= '1998-08-01' AND the_date < '1998-09-01';

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Memphisto 1998-10-21 15:14:40 Re: [GENERAL] datetime problems
Previous Message Sferacarta Software 1998-10-21 13:21:12 Re: [GENERAL] aggregate question