Re: Selecting timestamp from Database - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Selecting timestamp from Database
Date
Msg-id 5162C538.5030601@gmail.com
Whole thread Raw
In response to Re: Selecting timestamp from Database  (Richard Harley <richard@scholarpack.com>)
Responses Re: Selecting timestamp from Database
List pgsql-general
On 04/08/2013 06:22 AM, Richard Harley wrote:
> This doesn't seem to work - take a normal GMT date for example:
> 2012/12/14 12:02:45 GMT
>
> select timestamp from attendance where timestamp = '2012/12/14 12:02:45'
>
> ..returns nothing

Can you show the results of an unconstrained SELECT?:

select timestamp from attendance limit 5;
>
>
>


--
Adrian Klaver
adrian.klaver@gmail.com


pgsql-general by date:

Previous
From: Richard Harley
Date:
Subject: Re: Selecting timestamp from Database
Next
From: Richard Harley
Date:
Subject: Re: Selecting timestamp from Database