Re: DATE - Mailing list pgsql-sql

From Emils Klotins
Subject Re: DATE
Date
Msg-id 3A71E1D4.1119.EC6AF3E@localhost
Whole thread Raw
In response to DATE  (john whale <john.whale@ukdirect.org>)
List pgsql-sql
> PLEASE ADVISE HOW I SHOULD ALTER THE COMMAND:
> 
> <$NOW;DDMMMM;YYYY>
> 
> TO GIVE ME A DATE THAT IS X DAYS FORWARD
> 
> ie:  I WISH TO REPRESENT A DATE IN FORM WHICH IS A 7 DAYS FORWARD
> OF THE DATE NOW.
( now() + '7 days'::interval )::date  (or ::datetime, whichever you 
need)

Emils



pgsql-sql by date:

Previous
From: "Emils Klotins"
Date:
Subject: Re: #DELETED error when using Access 2000 as frontend
Next
From: "Ron Sofrin"
Date:
Subject: Invoking sql functions through jdbc