date_ge and time_ge

Поиск
Список
Период
Сортировка
От juerg.rietmann@pup.ch
Тема date_ge and time_ge
Дата
Msg-id OF4DF396C2.7FB3E5DE-ONC1256BDF.003420C5-C1256BDF.0034B6F2@pup.ch
обсуждение исходный текст
Ответы Re: date_ge and time_ge  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Список 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
__________________________________________________

Вложения

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

Предыдущее
От: Michael Agbaglo
Дата:
Сообщение: Re: how to sort a birthday list ?
Следующее
От: Achilleus Mantzios
Дата:
Сообщение: Re: date_ge and time_ge