Retrieving Data from table based on Date and Time.

From: VENKTESH GUTTEDAR <venkteshguttedar(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Retrieving Data from table based on Date and Time.
Date: 2014-11-01 06:27:03
Message-ID: CA+iwz4nR+x3h0L=EpmHFoZHSKoaRqks4a_-QDaaCJWL9Kx_5ug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I have a table in which i have some few fields, in that few, one field
is of date type and second one is of time data type, so now my question is
how can i fetch the data with latest date and time, or the last inserted
value from the PostgreSQL Table.?

--
Regards :
Venktesh Guttedar.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Cook 2014-11-01 08:39:29 Re: Retrieving Data from table based on Date and Time.
Previous Message Adrian Klaver 2014-10-31 22:14:45 Re: LOADing functions