Is There any function to get Difference of Dates

From: "shreedhar" <shreedhar(at)lucidindia(dot)net>
To: "Postgres" <pgsql-admin(at)postgresql(dot)org>
Subject: Is There any function to get Difference of Dates
Date: 2003-01-16 09:36:32
Message-ID: 00a201c2bd42$c10b4e30$1201a8c0@a4005
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi All,

Is There any function to get Difference of Dates.

Here tdate is of type timestamp

If I tried

select * from temptbldate WHERE (EXTRACT(EPOCH FROM TIMESTAMP 'now()') -
EXTRACT(EPOCH FROM TIMESTAMP tdate) )/ 86400 < 2
I got error as 'Parse error at tdate'

select * from temptbldate WHERE (EXTRACT(EPOCH FROM TIMESTAMP 'now()') -
EXTRACT(EPOCH FROM TIMESTAMP 'tdate') )/ 86400 < 2
If I use 'tdate', I got 'bad timestamp external representation 'tdate',
Probably it might be taking 'tdate' as string.

How can I use epoch to get difference of two dates.

Regards,
Sreedhar

"Faith, faith, faith in ourselves, faith, faith in God, this is the secret
of greatness.
If you have faith in all the three hundred and thirty millions of your
mythological gods,
and in all the gods which foreigners have now and again introduced into your
midst,
and still have no faith in yourselves, there is no salvation for you. "
(III. 190)

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message shreedhar 2003-01-16 10:10:03 Re: Is There any function to get Difference of Dates
Previous Message Rajesh Kumar Mallah. 2003-01-16 06:57:34 Re: How Copy 7.3 Schemas?