| From: | juerg(dot)rietmann(at)pup(dot)ch |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Subject: | date_ge and time_ge |
| Date: | 2002-06-21 09:35:36 |
| Message-ID: | OF4DF396C2.7FB3E5DE-ONC1256BDF.003420C5-C1256BDF.0034B6F2@pup.ch |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Hello
I have a question regarding date_ge() and time_ge().
This statement works :
select * from userlog where date_ge(ul_timestamp, '20.06.2002')
This statement doesn't work :
select * from userlog where time_ge(ul_timestamp, '08:00:00')
Here are some records from userlog :
(See attached file: userlog.htm)
__________________________________________________
PFISTER + PARTNER, SYSTEM - ENGINEERING AG
Juerg Rietmann
Grundstrasse 22a
6343 Rotkreuz
Switzerland
internet : www.pup.ch
phone : +4141 790 4040
fax : +4141 790 2545
mobile : +4179 211 0315
__________________________________________________
| Attachment | Content-Type | Size |
|---|---|---|
| userlog.htm | text/html | 3.6 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Achilleus Mantzios | 2002-06-21 09:45:17 | Re: date_ge and time_ge |
| Previous Message | Michael Agbaglo | 2002-06-21 09:23:04 | Re: how to sort a birthday list ? |