Re: day difference - Mailing list pgsql-sql

From Christopher Sawtell
Subject Re: day difference
Date
Msg-id 3B3D5239.2DD48DB0@xtra.co.nz
Whole thread Raw
In response to day difference  ("Jackie Siu" <spjackie@polyu.edu.hk>)
List pgsql-sql
Jackie Siu wrote:
> 
> Hi,
> 
> Is there exist a function to calculate day difference between two date. For
> example: select functionx('1JAN2001','5FEB2001') from abc where .... Then it
> returns 36 (days). Thanks for your help.

chris=# select ('5feb2001'::date - '1jan2001'::date) as "Days
Difference";Days Difference 
-----------------             35
(1 row)

chris=# select version();                           version                            
---------------------------------------------------------------PostgreSQL 7.1.1 on i586-pc-linux-gnu, compiled by GCC
2.95.3
(1 row)

-- 
Sincerely etc.,
NAME       Christopher SawtellCELL PHONE 021 257 4451ICQ UIN    45863470EMAIL      csawtell @ xtra . co . nzCNOTES    
ftp://ftp.funet.fi/pub/languages/C/tutorials/sawtell_C.tar.gz
-->> Please refrain from using HTML or WORD attachments in e-mails to
me <<--


pgsql-sql by date:

Previous
From: Dado Feigenblatt
Date:
Subject: creating variable views
Next
From: "Kapil Tilwani"
Date:
Subject: Re: [GENERAL]