Re: query

Поиск
Список
Период
Сортировка
От Thomas F.O'Connell
Тема Re: query
Дата
Msg-id d2ac5d5caa72f051e6360166c9fbe40a@sitening.com
обсуждение исходный текст
Ответ на query  ("Chandan_Kumaraiah" <Chandan_Kumaraiah@satyam.com>)
Ответы Re: query  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-sql
You should be able to use the CURRENT_DATE function in place of sysdate.

You might need to cast the 1 explicitly to an interval.

As in:

CURRENT_DATE - '1 day'::interval

-tfo

--
Thomas F. O'Connell
Co-Founder, Information Architect
Sitening, LLC
http://www.sitening.com/
110 30th Avenue North, Suite 6
Nashville, TN 37203-6320
615-260-0005

On Mar 17, 2005, at 4:57 AM, Chandan_Kumaraiah wrote:

> Hi, 
>
> In oracle we write sysdate-1
>
> For example,we write a query (select * from table1 where
> created_date>=sysdate-1).Whats its equivalent in postgre?
>
> Chandan



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: CASE not working
Следующее
От: Martín Marqués
Дата:
Сообщение: Re: CASE not working