interval related problem - Mailing list pgsql-jdbc

From Rakesh Shembekar
Subject interval related problem
Date
Msg-id 20041224033700.94987.qmail@web14307.mail.yahoo.com
Whole thread Raw
Responses Re: interval related problem  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
I am firing  a query some thing like this
select ('2004-12-12'::time - '2004-10-12'::time) from employee;
Which returs me time in days I want time in hours and minutes what I should do
With anticipatory thanks


Do you Yahoo!?
Meet the all-new My Yahoo! � Try it today!

pgsql-jdbc by date:

Previous
From: "Nico"
Date:
Subject: Re: first() causes NullPointerException
Next
From: Kris Jurka
Date:
Subject: Re: interval related problem