Re: query - Mailing list pgsql-sql

From Thomas F.O'Connell
Subject Re: query
Date
Msg-id d2ac5d5caa72f051e6360166c9fbe40a@sitening.com
Whole thread Raw
In response to query  ("Chandan_Kumaraiah" <Chandan_Kumaraiah@satyam.com>)
Responses Re: query  (Bruno Wolff III <bruno@wolff.to>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: CASE not working
Next
From: Martín Marqués
Date:
Subject: Re: CASE not working