Re: date question

Поиск
Список
Период
Сортировка
Искать
От
Michael Glaesemann
Тема
Re: date question
Дата
Msg-id
492564A9-C512-411D-BAC6-D48693CEDFA0@myrealbox.com
Ответ на
date question (Judith Altamirano Figueroa)
Список
Дерево обсуждения
date question Judith Altamirano Figueroa <jaltamirano@correolux.com.mx>
Re: date question lucas@presserv.org
Re: date question Michael Glaesemann <grzm@myrealbox.com>

On Nov 4, 2005, at 1:17 , Judith Altamirano Figueroa wrote:

> Hi everybody, in Postgres 7.0.2 I have the next query:
>
> SELECT * from clientes_proceso where fecha_mod::date <= now() -1;
>
> but in version 8.0.1 returns the next error:
>
> ERROR: The operator doesn't exist: timestamp with time zone - integer
>
> How can drop a day to now()??


You can try a couple of different things: one is to use CURRENT_DATE  
- 1 instead of now() -1. Another would be to cast now() to date,  
e.g., now()::date - 1.

Hope this helps.


Michael Glaesemann
grzm myrealbox com




В списке pgsql-sql по дате отправления
От: lucas@presserv.org
Дата:
Сообщение: Re: date question
От: zackchandler
Дата:
FAQ